3.10. NationalityΒΆ

Population breakdowns by nationality and place of birth.

3.10.1. Australian citizen (Females)ΒΆ

Selected Person Characteristics

Measure “Australian citizen (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Australian_citizen_F'
    );

Measure “Australian citizen (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Australian_citizen_F'
    );

Measure “Australian citizen (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Australian_citizen_F',
      'denominator'
    );

Measure “Australian citizen (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Australian_citizen_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.2. Australian citizen (Males)ΒΆ

Selected Person Characteristics

Measure “Australian citizen (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Australian_citizen_M'
    );

Measure “Australian citizen (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Australian_citizen_M'
    );

Measure “Australian citizen (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Australian_citizen_M',
      'denominator'
    );

Measure “Australian citizen (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Australian_citizen_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.3. Australian citizen (Persons)ΒΆ

Selected Person Characteristics

Measure “Australian citizen (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Australian_citizen_P'
    );

Measure “Australian citizen (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Australian_citizen_P'
    );

Measure “Australian citizen (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Australian_citizen_P',
      'denominator'
    );

Measure “Australian citizen (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Australian_citizen_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.4. Birthplace Australia (Females)ΒΆ

Selected Person Characteristics

Measure “Birthplace Australia (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Australia_F'
    );

Measure “Birthplace Australia (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Australia_F'
    );

Measure “Birthplace Australia (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Australia_F',
      'denominator'
    );

Measure “Birthplace Australia (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Australia_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.5. Birthplace Australia (Males)ΒΆ

Selected Person Characteristics

Measure “Birthplace Australia (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Australia_M'
    );

Measure “Birthplace Australia (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Australia_M'
    );

Measure “Birthplace Australia (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Australia_M',
      'denominator'
    );

Measure “Birthplace Australia (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Australia_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.6. Birthplace Australia (Persons)ΒΆ

Selected Person Characteristics

Measure “Birthplace Australia (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Australia_P'
    );

Measure “Birthplace Australia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Australia_P'
    );

Measure “Birthplace Australia (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Australia_P',
      'denominator'
    );

Measure “Birthplace Australia (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Australia_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.7. Birthplace Elsewhere (Females)ΒΆ

Selected Person Characteristics

Measure “Birthplace Elsewhere (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Elsewhere_F'
    );

Measure “Birthplace Elsewhere (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Elsewhere_F'
    );

Measure “Birthplace Elsewhere (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Elsewhere_F',
      'denominator'
    );

Measure “Birthplace Elsewhere (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Elsewhere_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.8. Birthplace Elsewhere (Males)ΒΆ

Selected Person Characteristics

Measure “Birthplace Elsewhere (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Elsewhere_M'
    );

Measure “Birthplace Elsewhere (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Elsewhere_M'
    );

Measure “Birthplace Elsewhere (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Elsewhere_M',
      'denominator'
    );

Measure “Birthplace Elsewhere (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Elsewhere_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.9. Birthplace Elsewhere (Persons)ΒΆ

Selected Person Characteristics

Measure “Birthplace Elsewhere (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Elsewhere_P'
    );

Measure “Birthplace Elsewhere (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Elsewhere_P'
    );

Measure “Birthplace Elsewhere (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Birthplace_Elsewhere_P',
      'denominator'
    );

Measure “Birthplace Elsewhere (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Birthplace_Elsewhere_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10. Total (Persons)ΒΆ

Country of Birth of Person

Measure “Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Tot_P'
    );

Measure “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Tot_P'
    );

Measure “Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Tot_P',
      'denominator'
    );

Measure “Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.1. Australia (Persons)ΒΆ

Country of Birth of Person

Measure “Australia (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Australia_P'
    );

Measure “Australia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Australia_P'
    );

Measure “Australia (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Australia_P',
      'denominator'
    );

Measure “Australia (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Australia_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Australia (Persons)

3.10.10.1.1. Australia (Females)ΒΆ

Country of Birth of Person

Measure “Australia (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Australia_F'
    );

Measure “Australia (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Australia_F'
    );

Measure “Australia (Females)” percent of “Australia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Australia_F',
      'denominator'
    );

Measure “Australia (Females)” percent of “Australia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Australia_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Australia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.1.2. Australia (Males)ΒΆ

Country of Birth of Person

Measure “Australia (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Australia_M'
    );

Measure “Australia (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Australia_M'
    );

Measure “Australia (Males)” percent of “Australia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Australia_M',
      'denominator'
    );

Measure “Australia (Males)” percent of “Australia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Australia_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Australia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.2. Born elsewhere (Persons)ΒΆ

Country of Birth of Person

Measure “Born elsewhere (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Born_elsewhere_P'
    );

Measure “Born elsewhere (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Born_elsewhere_P'
    );

Measure “Born elsewhere (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Born_elsewhere_P',
      'denominator'
    );

Measure “Born elsewhere (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Born_elsewhere_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Born elsewhere (Persons)

3.10.10.2.1. Born elsewhere (Females)ΒΆ

Country of Birth of Person

Measure “Born elsewhere (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Born_elsewhere_F'
    );

Measure “Born elsewhere (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Born_elsewhere_F'
    );

Measure “Born elsewhere (Females)” percent of “Born elsewhere (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Born_elsewhere_F',
      'denominator'
    );

Measure “Born elsewhere (Females)” percent of “Born elsewhere (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Born_elsewhere_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Born elsewhere (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.2.2. Born elsewhere (Males)ΒΆ

Country of Birth of Person

Measure “Born elsewhere (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Born_elsewhere_M'
    );

Measure “Born elsewhere (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Born_elsewhere_M'
    );

Measure “Born elsewhere (Males)” percent of “Born elsewhere (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Born_elsewhere_M',
      'denominator'
    );

Measure “Born elsewhere (Males)” percent of “Born elsewhere (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Born_elsewhere_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Born elsewhere (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.3. Bosnia and Herzegovina (Persons)ΒΆ

Country of Birth of Person

Measure “Bosnia and Herzegovina (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Bosnia_Herzegovina_P'
    );

Measure “Bosnia and Herzegovina (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Bosnia_Herzegovina_P'
    );

Measure “Bosnia and Herzegovina (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Bosnia_Herzegovina_P',
      'denominator'
    );

Measure “Bosnia and Herzegovina (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Bosnia_Herzegovina_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Bosnia and Herzegovina (Persons)

3.10.10.3.1. Bosnia and Herzegovina (Females)ΒΆ

Country of Birth of Person

Measure “Bosnia and Herzegovina (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Bosnia_Herzegovina_F'
    );

Measure “Bosnia and Herzegovina (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Bosnia_Herzegovina_F'
    );

Measure “Bosnia and Herzegovina (Females)” percent of “Bosnia and Herzegovina (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Bosnia_Herzegovina_F',
      'denominator'
    );

Measure “Bosnia and Herzegovina (Females)” percent of “Bosnia and Herzegovina (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Bosnia_Herzegovina_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Bosnia and Herzegovina (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.3.2. Bosnia and Herzegovina (Males)ΒΆ

Country of Birth of Person

Measure “Bosnia and Herzegovina (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Bosnia_Herzegovina_M'
    );

Measure “Bosnia and Herzegovina (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Bosnia_Herzegovina_M'
    );

Measure “Bosnia and Herzegovina (Males)” percent of “Bosnia and Herzegovina (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Bosnia_Herzegovina_M',
      'denominator'
    );

Measure “Bosnia and Herzegovina (Males)” percent of “Bosnia and Herzegovina (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Bosnia_Herzegovina_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Bosnia and Herzegovina (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.4. Cambodia (Persons)ΒΆ

Country of Birth of Person

Measure “Cambodia (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Cambodia_P'
    );

Measure “Cambodia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Cambodia_P'
    );

Measure “Cambodia (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Cambodia_P',
      'denominator'
    );

Measure “Cambodia (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Cambodia_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Cambodia (Persons)

3.10.10.4.1. Cambodia (Females)ΒΆ

Country of Birth of Person

Measure “Cambodia (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Cambodia_F'
    );

Measure “Cambodia (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Cambodia_F'
    );

Measure “Cambodia (Females)” percent of “Cambodia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Cambodia_F',
      'denominator'
    );

Measure “Cambodia (Females)” percent of “Cambodia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Cambodia_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Cambodia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.4.2. Cambodia (Males)ΒΆ

Country of Birth of Person

Measure “Cambodia (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Cambodia_M'
    );

Measure “Cambodia (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Cambodia_M'
    );

Measure “Cambodia (Males)” percent of “Cambodia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Cambodia_M',
      'denominator'
    );

Measure “Cambodia (Males)” percent of “Cambodia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Cambodia_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Cambodia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.5. Canada (Persons)ΒΆ

Country of Birth of Person

Measure “Canada (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Canada_P'
    );

Measure “Canada (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Canada_P'
    );

Measure “Canada (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Canada_P',
      'denominator'
    );

Measure “Canada (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Canada_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Canada (Persons)

3.10.10.5.1. Canada (Females)ΒΆ

Country of Birth of Person

Measure “Canada (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Canada_F'
    );

Measure “Canada (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Canada_F'
    );

Measure “Canada (Females)” percent of “Canada (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Canada_F',
      'denominator'
    );

Measure “Canada (Females)” percent of “Canada (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Canada_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Canada (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.5.2. Canada (Males)ΒΆ

Country of Birth of Person

Measure “Canada (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Canada_M'
    );

Measure “Canada (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Canada_M'
    );

Measure “Canada (Males)” percent of “Canada (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Canada_M',
      'denominator'
    );

Measure “Canada (Males)” percent of “Canada (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Canada_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Canada (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.6. China excl SARs and Taiwan (Persons)ΒΆ

Country of Birth of Person

Measure “China excl SARs and Taiwan (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_China_excl_SARs_Taiwan_P'
    );

Measure “China excl SARs and Taiwan (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_China_excl_SARs_Taiwan_P'
    );

Measure “China excl SARs and Taiwan (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_China_excl_SARs_Taiwan_P',
      'denominator'
    );

Measure “China excl SARs and Taiwan (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_China_excl_SARs_Taiwan_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of China excl SARs and Taiwan (Persons)

3.10.10.6.1. China excl SARs and Taiwan (Females)ΒΆ

Country of Birth of Person

Measure “China excl SARs and Taiwan (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_China_excl_SARs_Taiwan_F'
    );

Measure “China excl SARs and Taiwan (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_China_excl_SARs_Taiwan_F'
    );

Measure “China excl SARs and Taiwan (Females)” percent of “China excl SARs and Taiwan (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_China_excl_SARs_Taiwan_F',
      'denominator'
    );

Measure “China excl SARs and Taiwan (Females)” percent of “China excl SARs and Taiwan (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_China_excl_SARs_Taiwan_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:China excl SARs and Taiwan (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.6.2. China excl SARs and Taiwan (Males)ΒΆ

Country of Birth of Person

Measure “China excl SARs and Taiwan (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_China_excl_SARs_Taiwan_M'
    );

Measure “China excl SARs and Taiwan (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_China_excl_SARs_Taiwan_M'
    );

Measure “China excl SARs and Taiwan (Males)” percent of “China excl SARs and Taiwan (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_China_excl_SARs_Taiwan_M',
      'denominator'
    );

Measure “China excl SARs and Taiwan (Males)” percent of “China excl SARs and Taiwan (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_China_excl_SARs_Taiwan_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:China excl SARs and Taiwan (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.7. Country of birth not stated (Persons)ΒΆ

Country of Birth of Person

Measure “Country of birth not stated (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Country_birth_not_stated_P'
    );

Measure “Country of birth not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Country_birth_not_stated_P'
    );

Measure “Country of birth not stated (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Country_birth_not_stated_P',
      'denominator'
    );

Measure “Country of birth not stated (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Country_birth_not_stated_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Country of birth not stated (Persons)

3.10.10.7.1. Country of birth not stated (Females)ΒΆ

Country of Birth of Person

Measure “Country of birth not stated (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Country_birth_not_stated_F'
    );

Measure “Country of birth not stated (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Country_birth_not_stated_F'
    );

Measure “Country of birth not stated (Females)” percent of “Country of birth not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Country_birth_not_stated_F',
      'denominator'
    );

Measure “Country of birth not stated (Females)” percent of “Country of birth not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Country_birth_not_stated_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Country of birth not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.7.2. Country of birth not stated (Males)ΒΆ

Country of Birth of Person

Measure “Country of birth not stated (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Country_birth_not_stated_M'
    );

Measure “Country of birth not stated (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Country_birth_not_stated_M'
    );

Measure “Country of birth not stated (Males)” percent of “Country of birth not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Country_birth_not_stated_M',
      'denominator'
    );

Measure “Country of birth not stated (Males)” percent of “Country of birth not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Country_birth_not_stated_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Country of birth not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.8. Croatia (Persons)ΒΆ

Country of Birth of Person

Measure “Croatia (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Croatia_P'
    );

Measure “Croatia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Croatia_P'
    );

Measure “Croatia (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Croatia_P',
      'denominator'
    );

Measure “Croatia (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Croatia_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Croatia (Persons)

3.10.10.8.1. Croatia (Females)ΒΆ

Country of Birth of Person

Measure “Croatia (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Croatia_F'
    );

Measure “Croatia (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Croatia_F'
    );

Measure “Croatia (Females)” percent of “Croatia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Croatia_F',
      'denominator'
    );

Measure “Croatia (Females)” percent of “Croatia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Croatia_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Croatia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.8.2. Croatia (Males)ΒΆ

Country of Birth of Person

Measure “Croatia (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Croatia_M'
    );

Measure “Croatia (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Croatia_M'
    );

Measure “Croatia (Males)” percent of “Croatia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Croatia_M',
      'denominator'
    );

Measure “Croatia (Males)” percent of “Croatia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Croatia_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Croatia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.9. Egypt (Persons)ΒΆ

Country of Birth of Person

Measure “Egypt (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Egypt_P'
    );

Measure “Egypt (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Egypt_P'
    );

Measure “Egypt (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Egypt_P',
      'denominator'
    );

Measure “Egypt (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Egypt_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Egypt (Persons)

3.10.10.9.1. Egypt (Females)ΒΆ

Country of Birth of Person

Measure “Egypt (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Egypt_F'
    );

Measure “Egypt (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Egypt_F'
    );

Measure “Egypt (Females)” percent of “Egypt (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Egypt_F',
      'denominator'
    );

Measure “Egypt (Females)” percent of “Egypt (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Egypt_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Egypt (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.9.2. Egypt (Males)ΒΆ

Country of Birth of Person

Measure “Egypt (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Egypt_M'
    );

Measure “Egypt (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Egypt_M'
    );

Measure “Egypt (Males)” percent of “Egypt (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Egypt_M',
      'denominator'
    );

Measure “Egypt (Males)” percent of “Egypt (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Egypt_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Egypt (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.10. Fiji (Persons)ΒΆ

Country of Birth of Person

Measure “Fiji (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Fiji_P'
    );

Measure “Fiji (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Fiji_P'
    );

Measure “Fiji (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Fiji_P',
      'denominator'
    );

Measure “Fiji (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Fiji_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Fiji (Persons)

3.10.10.10.1. Fiji (Females)ΒΆ

Country of Birth of Person

Measure “Fiji (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Fiji_F'
    );

Measure “Fiji (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Fiji_F'
    );

Measure “Fiji (Females)” percent of “Fiji (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Fiji_F',
      'denominator'
    );

Measure “Fiji (Females)” percent of “Fiji (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Fiji_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Fiji (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.10.2. Fiji (Males)ΒΆ

Country of Birth of Person

Measure “Fiji (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Fiji_M'
    );

Measure “Fiji (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Fiji_M'
    );

Measure “Fiji (Males)” percent of “Fiji (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Fiji_M',
      'denominator'
    );

Measure “Fiji (Males)” percent of “Fiji (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Fiji_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Fiji (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.11. Former Yugoslav Republic of Macedonia FYROM PersonΒΆ

Country of Birth of Person

Measure “Former Yugoslav Republic of Macedonia FYROM Person” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_P'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Person” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_P'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Person” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_P',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Person” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.11.1. Former Yugoslav Republic of Macedonia FYROM (Females)ΒΆ

Country of Birth of Person

Measure “Former Yugoslav Republic of Macedonia FYROM (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_F'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_F'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM (Females)” percent of “Former Yugoslav Republic of Macedonia FYROM Person” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_F',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM (Females)” percent of “Former Yugoslav Republic of Macedonia FYROM Person” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Person
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.11.2. Former Yugoslav Republic of Macedonia FYROM (Males)ΒΆ

Country of Birth of Person

Measure “Former Yugoslav Republic of Macedonia FYROM (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_M'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_M'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM (Males)” percent of “Former Yugoslav Republic of Macedonia FYROM Person” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_M',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM (Males)” percent of “Former Yugoslav Republic of Macedonia FYROM Person” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Frmr_Yug_Repc_Mac_FYROM_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Person
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.12. Germany (Persons)ΒΆ

Country of Birth of Person

Measure “Germany (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Germany_P'
    );

Measure “Germany (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Germany_P'
    );

Measure “Germany (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Germany_P',
      'denominator'
    );

Measure “Germany (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Germany_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Germany (Persons)

3.10.10.12.1. Germany (Females)ΒΆ

Country of Birth of Person

Measure “Germany (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Germany_F'
    );

Measure “Germany (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Germany_F'
    );

Measure “Germany (Females)” percent of “Germany (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Germany_F',
      'denominator'
    );

Measure “Germany (Females)” percent of “Germany (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Germany_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Germany (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.12.2. Germany (Males)ΒΆ

Country of Birth of Person

Measure “Germany (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Germany_M'
    );

Measure “Germany (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Germany_M'
    );

Measure “Germany (Males)” percent of “Germany (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Germany_M',
      'denominator'
    );

Measure “Germany (Males)” percent of “Germany (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Germany_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Germany (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.13. Greece (Persons)ΒΆ

Country of Birth of Person

Measure “Greece (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Greece_P'
    );

Measure “Greece (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Greece_P'
    );

Measure “Greece (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Greece_P',
      'denominator'
    );

Measure “Greece (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Greece_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Greece (Persons)

3.10.10.13.1. Greece (Females)ΒΆ

Country of Birth of Person

Measure “Greece (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Greece_F'
    );

Measure “Greece (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Greece_F'
    );

Measure “Greece (Females)” percent of “Greece (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Greece_F',
      'denominator'
    );

Measure “Greece (Females)” percent of “Greece (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Greece_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Greece (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.13.2. Greece (Males)ΒΆ

Country of Birth of Person

Measure “Greece (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Greece_M'
    );

Measure “Greece (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Greece_M'
    );

Measure “Greece (Males)” percent of “Greece (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Greece_M',
      'denominator'
    );

Measure “Greece (Males)” percent of “Greece (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Greece_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Greece (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.14. Hong Kong SAR of China (Persons)ΒΆ

Country of Birth of Person

Measure “Hong Kong SAR of China (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Hong_Kong_SAR_China_P'
    );

Measure “Hong Kong SAR of China (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Hong_Kong_SAR_China_P'
    );

Measure “Hong Kong SAR of China (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Hong_Kong_SAR_China_P',
      'denominator'
    );

Measure “Hong Kong SAR of China (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Hong_Kong_SAR_China_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Hong Kong SAR of China (Persons)

3.10.10.14.1. Hong Kong SAR of China (Females)ΒΆ

Country of Birth of Person

Measure “Hong Kong SAR of China (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Hong_Kong_SAR_China_F'
    );

Measure “Hong Kong SAR of China (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Hong_Kong_SAR_China_F'
    );

Measure “Hong Kong SAR of China (Females)” percent of “Hong Kong SAR of China (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Hong_Kong_SAR_China_F',
      'denominator'
    );

Measure “Hong Kong SAR of China (Females)” percent of “Hong Kong SAR of China (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Hong_Kong_SAR_China_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Hong Kong SAR of China (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.14.2. Hong Kong SAR of China (Males)ΒΆ

Country of Birth of Person

Measure “Hong Kong SAR of China (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Hong_Kong_SAR_China_M'
    );

Measure “Hong Kong SAR of China (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Hong_Kong_SAR_China_M'
    );

Measure “Hong Kong SAR of China (Males)” percent of “Hong Kong SAR of China (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Hong_Kong_SAR_China_M',
      'denominator'
    );

Measure “Hong Kong SAR of China (Males)” percent of “Hong Kong SAR of China (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Hong_Kong_SAR_China_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Hong Kong SAR of China (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.15. India (Persons)ΒΆ

Country of Birth of Person

Measure “India (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_India_P'
    );

Measure “India (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_India_P'
    );

Measure “India (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_India_P',
      'denominator'
    );

Measure “India (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_India_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of India (Persons)

3.10.10.15.1. India (Females)ΒΆ

Country of Birth of Person

Measure “India (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_India_F'
    );

Measure “India (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_India_F'
    );

Measure “India (Females)” percent of “India (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_India_F',
      'denominator'
    );

Measure “India (Females)” percent of “India (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_India_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:India (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.15.2. India (Males)ΒΆ

Country of Birth of Person

Measure “India (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_India_M'
    );

Measure “India (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_India_M'
    );

Measure “India (Males)” percent of “India (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_India_M',
      'denominator'
    );

Measure “India (Males)” percent of “India (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_India_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:India (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.16. Indonesia (Persons)ΒΆ

Country of Birth of Person

Measure “Indonesia (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Indonesia_P'
    );

Measure “Indonesia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Indonesia_P'
    );

Measure “Indonesia (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Indonesia_P',
      'denominator'
    );

Measure “Indonesia (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Indonesia_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Indonesia (Persons)

3.10.10.16.1. Indonesia (Females)ΒΆ

Country of Birth of Person

Measure “Indonesia (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Indonesia_F'
    );

Measure “Indonesia (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Indonesia_F'
    );

Measure “Indonesia (Females)” percent of “Indonesia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Indonesia_F',
      'denominator'
    );

Measure “Indonesia (Females)” percent of “Indonesia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Indonesia_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.16.2. Indonesia (Males)ΒΆ

Country of Birth of Person

Measure “Indonesia (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Indonesia_M'
    );

Measure “Indonesia (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Indonesia_M'
    );

Measure “Indonesia (Males)” percent of “Indonesia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Indonesia_M',
      'denominator'
    );

Measure “Indonesia (Males)” percent of “Indonesia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Indonesia_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.17. Iraq (Persons)ΒΆ

Country of Birth of Person

Measure “Iraq (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Iraq_P'
    );

Measure “Iraq (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Iraq_P'
    );

Measure “Iraq (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Iraq_P',
      'denominator'
    );

Measure “Iraq (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Iraq_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Iraq (Persons)

3.10.10.17.1. Iraq (Females)ΒΆ

Country of Birth of Person

Measure “Iraq (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Iraq_F'
    );

Measure “Iraq (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Iraq_F'
    );

Measure “Iraq (Females)” percent of “Iraq (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Iraq_F',
      'denominator'
    );

Measure “Iraq (Females)” percent of “Iraq (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Iraq_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.17.2. Iraq (Males)ΒΆ

Country of Birth of Person

Measure “Iraq (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Iraq_M'
    );

Measure “Iraq (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Iraq_M'
    );

Measure “Iraq (Males)” percent of “Iraq (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Iraq_M',
      'denominator'
    );

Measure “Iraq (Males)” percent of “Iraq (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Iraq_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.18. Ireland (Persons)ΒΆ

Country of Birth of Person

Measure “Ireland (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Ireland_P'
    );

Measure “Ireland (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Ireland_P'
    );

Measure “Ireland (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Ireland_P',
      'denominator'
    );

Measure “Ireland (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Ireland_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Ireland (Persons)

3.10.10.18.1. Ireland (Females)ΒΆ

Country of Birth of Person

Measure “Ireland (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Ireland_F'
    );

Measure “Ireland (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Ireland_F'
    );

Measure “Ireland (Females)” percent of “Ireland (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Ireland_F',
      'denominator'
    );

Measure “Ireland (Females)” percent of “Ireland (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Ireland_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.18.2. Ireland (Males)ΒΆ

Country of Birth of Person

Measure “Ireland (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Ireland_M'
    );

Measure “Ireland (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Ireland_M'
    );

Measure “Ireland (Males)” percent of “Ireland (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Ireland_M',
      'denominator'
    );

Measure “Ireland (Males)” percent of “Ireland (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Ireland_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.19. Italy (Persons)ΒΆ

Country of Birth of Person

Measure “Italy (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Italy_P'
    );

Measure “Italy (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Italy_P'
    );

Measure “Italy (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Italy_P',
      'denominator'
    );

Measure “Italy (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Italy_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Italy (Persons)

3.10.10.19.1. Italy (Females)ΒΆ

Country of Birth of Person

Measure “Italy (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Italy_F'
    );

Measure “Italy (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Italy_F'
    );

Measure “Italy (Females)” percent of “Italy (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Italy_F',
      'denominator'
    );

Measure “Italy (Females)” percent of “Italy (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Italy_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.19.2. Italy (Males)ΒΆ

Country of Birth of Person

Measure “Italy (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Italy_M'
    );

Measure “Italy (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Italy_M'
    );

Measure “Italy (Males)” percent of “Italy (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Italy_M',
      'denominator'
    );

Measure “Italy (Males)” percent of “Italy (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Italy_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.20. Japan TotalΒΆ

Country of Birth of Person

Measure “Japan Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Japan_Tot'
    );

Measure “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Japan_Tot'
    );

Measure “Japan Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Japan_Tot',
      'denominator'
    );

Measure “Japan Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Japan_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Japan Total

3.10.10.20.1. Japan (Females)ΒΆ

Country of Birth of Person

Measure “Japan (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Japan_F'
    );

Measure “Japan (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Japan_F'
    );

Measure “Japan (Females)” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Japan_F',
      'denominator'
    );

Measure “Japan (Females)” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Japan_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.20.2. Japan (Males)ΒΆ

Country of Birth of Person

Measure “Japan (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Japan_M'
    );

Measure “Japan (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Japan_M'
    );

Measure “Japan (Males)” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Japan_M',
      'denominator'
    );

Measure “Japan (Males)” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Japan_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.21. Korea Republic of South (Persons)ΒΆ

Country of Birth of Person

Measure “Korea Republic of South (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Korea_Republic_South_P'
    );

Measure “Korea Republic of South (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Korea_Republic_South_P'
    );

Measure “Korea Republic of South (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Korea_Republic_South_P',
      'denominator'
    );

Measure “Korea Republic of South (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Korea_Republic_South_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Korea Republic of South (Persons)

3.10.10.21.1. Korea Republic of South (Females)ΒΆ

Country of Birth of Person

Measure “Korea Republic of South (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Korea_Republic_South_F'
    );

Measure “Korea Republic of South (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Korea_Republic_South_F'
    );

Measure “Korea Republic of South (Females)” percent of “Korea Republic of South (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Korea_Republic_South_F',
      'denominator'
    );

Measure “Korea Republic of South (Females)” percent of “Korea Republic of South (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Korea_Republic_South_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.21.2. Korea Republic of South (Males)ΒΆ

Country of Birth of Person

Measure “Korea Republic of South (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Korea_Republic_South_M'
    );

Measure “Korea Republic of South (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Korea_Republic_South_M'
    );

Measure “Korea Republic of South (Males)” percent of “Korea Republic of South (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Korea_Republic_South_M',
      'denominator'
    );

Measure “Korea Republic of South (Males)” percent of “Korea Republic of South (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Korea_Republic_South_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.22. Lebanon (Persons)ΒΆ

Country of Birth of Person

Measure “Lebanon (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Lebanon_P'
    );

Measure “Lebanon (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Lebanon_P'
    );

Measure “Lebanon (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Lebanon_P',
      'denominator'
    );

Measure “Lebanon (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Lebanon_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Lebanon (Persons)

3.10.10.22.1. Lebanon (Females)ΒΆ

Country of Birth of Person

Measure “Lebanon (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Lebanon_F'
    );

Measure “Lebanon (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Lebanon_F'
    );

Measure “Lebanon (Females)” percent of “Lebanon (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Lebanon_F',
      'denominator'
    );

Measure “Lebanon (Females)” percent of “Lebanon (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Lebanon_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.22.2. Lebanon (Males)ΒΆ

Country of Birth of Person

Measure “Lebanon (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Lebanon_M'
    );

Measure “Lebanon (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Lebanon_M'
    );

Measure “Lebanon (Males)” percent of “Lebanon (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Lebanon_M',
      'denominator'
    );

Measure “Lebanon (Males)” percent of “Lebanon (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Lebanon_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.23. Malaysia (Persons)ΒΆ

Country of Birth of Person

Measure “Malaysia (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malaysia_P'
    );

Measure “Malaysia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malaysia_P'
    );

Measure “Malaysia (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malaysia_P',
      'denominator'
    );

Measure “Malaysia (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malaysia_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Malaysia (Persons)

3.10.10.23.1. Malaysia (Females)ΒΆ

Country of Birth of Person

Measure “Malaysia (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malaysia_F'
    );

Measure “Malaysia (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malaysia_F'
    );

Measure “Malaysia (Females)” percent of “Malaysia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malaysia_F',
      'denominator'
    );

Measure “Malaysia (Females)” percent of “Malaysia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malaysia_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.23.2. Malaysia (Males)ΒΆ

Country of Birth of Person

Measure “Malaysia (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malaysia_M'
    );

Measure “Malaysia (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malaysia_M'
    );

Measure “Malaysia (Males)” percent of “Malaysia (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malaysia_M',
      'denominator'
    );

Measure “Malaysia (Males)” percent of “Malaysia (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malaysia_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.24. Malta (Persons)ΒΆ

Country of Birth of Person

Measure “Malta (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malta_P'
    );

Measure “Malta (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malta_P'
    );

Measure “Malta (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malta_P',
      'denominator'
    );

Measure “Malta (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malta_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Malta (Persons)

3.10.10.24.1. Malta (Females)ΒΆ

Country of Birth of Person

Measure “Malta (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malta_F'
    );

Measure “Malta (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malta_F'
    );

Measure “Malta (Females)” percent of “Malta (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malta_F',
      'denominator'
    );

Measure “Malta (Females)” percent of “Malta (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malta_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.24.2. Malta (Males)ΒΆ

Country of Birth of Person

Measure “Malta (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malta_M'
    );

Measure “Malta (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malta_M'
    );

Measure “Malta (Males)” percent of “Malta (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Malta_M',
      'denominator'
    );

Measure “Malta (Males)” percent of “Malta (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Malta_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.25. Netherlands (Persons)ΒΆ

Country of Birth of Person

Measure “Netherlands (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Netherlands_P'
    );

Measure “Netherlands (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Netherlands_P'
    );

Measure “Netherlands (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Netherlands_P',
      'denominator'
    );

Measure “Netherlands (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Netherlands_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Netherlands (Persons)

3.10.10.25.1. Netherlands (Females)ΒΆ

Country of Birth of Person

Measure “Netherlands (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Netherlands_F'
    );

Measure “Netherlands (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Netherlands_F'
    );

Measure “Netherlands (Females)” percent of “Netherlands (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Netherlands_F',
      'denominator'
    );

Measure “Netherlands (Females)” percent of “Netherlands (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Netherlands_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.25.2. Netherlands (Males)ΒΆ

Country of Birth of Person

Measure “Netherlands (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Netherlands_M'
    );

Measure “Netherlands (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Netherlands_M'
    );

Measure “Netherlands (Males)” percent of “Netherlands (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Netherlands_M',
      'denominator'
    );

Measure “Netherlands (Males)” percent of “Netherlands (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Netherlands_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.26. New Zealand (Persons)ΒΆ

Country of Birth of Person

Measure “New Zealand (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_New_Zealand_P'
    );

Measure “New Zealand (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_New_Zealand_P'
    );

Measure “New Zealand (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_New_Zealand_P',
      'denominator'
    );

Measure “New Zealand (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_New_Zealand_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of New Zealand (Persons)

3.10.10.26.1. New Zealand (Females)ΒΆ

Country of Birth of Person

Measure “New Zealand (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_New_Zealand_F'
    );

Measure “New Zealand (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_New_Zealand_F'
    );

Measure “New Zealand (Females)” percent of “New Zealand (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_New_Zealand_F',
      'denominator'
    );

Measure “New Zealand (Females)” percent of “New Zealand (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_New_Zealand_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.26.2. New Zealand (Males)ΒΆ

Country of Birth of Person

Measure “New Zealand (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_New_Zealand_M'
    );

Measure “New Zealand (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_New_Zealand_M'
    );

Measure “New Zealand (Males)” percent of “New Zealand (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_New_Zealand_M',
      'denominator'
    );

Measure “New Zealand (Males)” percent of “New Zealand (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_New_Zealand_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.27. Philippines (Persons)ΒΆ

Country of Birth of Person

Measure “Philippines (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Philippines_P'
    );

Measure “Philippines (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Philippines_P'
    );

Measure “Philippines (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Philippines_P',
      'denominator'
    );

Measure “Philippines (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Philippines_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Philippines (Persons)

3.10.10.27.1. Philippines (Females)ΒΆ

Country of Birth of Person

Measure “Philippines (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Philippines_F'
    );

Measure “Philippines (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Philippines_F'
    );

Measure “Philippines (Females)” percent of “Philippines (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Philippines_F',
      'denominator'
    );

Measure “Philippines (Females)” percent of “Philippines (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Philippines_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.27.2. Philippines (Males)ΒΆ

Country of Birth of Person

Measure “Philippines (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Philippines_M'
    );

Measure “Philippines (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Philippines_M'
    );

Measure “Philippines (Males)” percent of “Philippines (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Philippines_M',
      'denominator'
    );

Measure “Philippines (Males)” percent of “Philippines (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Philippines_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.28. Poland (Persons)ΒΆ

Country of Birth of Person

Measure “Poland (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Poland_P'
    );

Measure “Poland (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Poland_P'
    );

Measure “Poland (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Poland_P',
      'denominator'
    );

Measure “Poland (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Poland_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Poland (Persons)

3.10.10.28.1. Poland (Females)ΒΆ

Country of Birth of Person

Measure “Poland (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Poland_F'
    );

Measure “Poland (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Poland_F'
    );

Measure “Poland (Females)” percent of “Poland (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Poland_F',
      'denominator'
    );

Measure “Poland (Females)” percent of “Poland (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Poland_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.28.2. Poland (Males)ΒΆ

Country of Birth of Person

Measure “Poland (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Poland_M'
    );

Measure “Poland (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Poland_M'
    );

Measure “Poland (Males)” percent of “Poland (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Poland_M',
      'denominator'
    );

Measure “Poland (Males)” percent of “Poland (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Poland_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.29. Singapore (Persons)ΒΆ

Country of Birth of Person

Measure “Singapore (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Singapore_P'
    );

Measure “Singapore (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Singapore_P'
    );

Measure “Singapore (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Singapore_P',
      'denominator'
    );

Measure “Singapore (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Singapore_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Singapore (Persons)

3.10.10.29.1. Singapore (Females)ΒΆ

Country of Birth of Person

Measure “Singapore (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Singapore_F'
    );

Measure “Singapore (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Singapore_F'
    );

Measure “Singapore (Females)” percent of “Singapore (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Singapore_F',
      'denominator'
    );

Measure “Singapore (Females)” percent of “Singapore (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Singapore_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Singapore (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.29.2. Singapore (Males)ΒΆ

Country of Birth of Person

Measure “Singapore (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Singapore_M'
    );

Measure “Singapore (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Singapore_M'
    );

Measure “Singapore (Males)” percent of “Singapore (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Singapore_M',
      'denominator'
    );

Measure “Singapore (Males)” percent of “Singapore (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Singapore_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Singapore (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.30. South Africa (Persons)ΒΆ

Country of Birth of Person

Measure “South Africa (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Africa_P'
    );

Measure “South Africa (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Africa_P'
    );

Measure “South Africa (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Africa_P',
      'denominator'
    );

Measure “South Africa (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Africa_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of South Africa (Persons)

3.10.10.30.1. South Africa (Females)ΒΆ

Country of Birth of Person

Measure “South Africa (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Africa_F'
    );

Measure “South Africa (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Africa_F'
    );

Measure “South Africa (Females)” percent of “South Africa (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Africa_F',
      'denominator'
    );

Measure “South Africa (Females)” percent of “South Africa (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Africa_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:South Africa (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.30.2. South Africa (Males)ΒΆ

Country of Birth of Person

Measure “South Africa (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Africa_M'
    );

Measure “South Africa (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Africa_M'
    );

Measure “South Africa (Males)” percent of “South Africa (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Africa_M',
      'denominator'
    );

Measure “South Africa (Males)” percent of “South Africa (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Africa_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:South Africa (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.31. South Eastern Europe nfd (Persons)ΒΆ

Country of Birth of Person

Measure “South Eastern Europe nfd (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Eastern_Europe_nfd_P'
    );

Measure “South Eastern Europe nfd (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Eastern_Europe_nfd_P'
    );

Measure “South Eastern Europe nfd (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Eastern_Europe_nfd_P',
      'denominator'
    );

Measure “South Eastern Europe nfd (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Eastern_Europe_nfd_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of South Eastern Europe nfd (Persons)

3.10.10.31.1. South Eastern Europe nfd (Females)ΒΆ

Country of Birth of Person

Measure “South Eastern Europe nfd (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Eastern_Europe_nfd_F'
    );

Measure “South Eastern Europe nfd (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Eastern_Europe_nfd_F'
    );

Measure “South Eastern Europe nfd (Females)” percent of “South Eastern Europe nfd (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Eastern_Europe_nfd_F',
      'denominator'
    );

Measure “South Eastern Europe nfd (Females)” percent of “South Eastern Europe nfd (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Eastern_Europe_nfd_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:South Eastern Europe nfd (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.31.2. South Eastern Europe nfd (Males)ΒΆ

Country of Birth of Person

Measure “South Eastern Europe nfd (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Eastern_Europe_nfd_M'
    );

Measure “South Eastern Europe nfd (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Eastern_Europe_nfd_M'
    );

Measure “South Eastern Europe nfd (Males)” percent of “South Eastern Europe nfd (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_South_Eastern_Europe_nfd_M',
      'denominator'
    );

Measure “South Eastern Europe nfd (Males)” percent of “South Eastern Europe nfd (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_South_Eastern_Europe_nfd_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:South Eastern Europe nfd (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.32. Sri Lanka (Persons)ΒΆ

Country of Birth of Person

Measure “Sri Lanka (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Sri_Lanka_P'
    );

Measure “Sri Lanka (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Sri_Lanka_P'
    );

Measure “Sri Lanka (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Sri_Lanka_P',
      'denominator'
    );

Measure “Sri Lanka (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Sri_Lanka_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Sri Lanka (Persons)

3.10.10.32.1. Sri Lanka (Females)ΒΆ

Country of Birth of Person

Measure “Sri Lanka (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Sri_Lanka_F'
    );

Measure “Sri Lanka (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Sri_Lanka_F'
    );

Measure “Sri Lanka (Females)” percent of “Sri Lanka (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Sri_Lanka_F',
      'denominator'
    );

Measure “Sri Lanka (Females)” percent of “Sri Lanka (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Sri_Lanka_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Sri Lanka (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.32.2. Sri Lanka (Males)ΒΆ

Country of Birth of Person

Measure “Sri Lanka (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Sri_Lanka_M'
    );

Measure “Sri Lanka (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Sri_Lanka_M'
    );

Measure “Sri Lanka (Males)” percent of “Sri Lanka (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Sri_Lanka_M',
      'denominator'
    );

Measure “Sri Lanka (Males)” percent of “Sri Lanka (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Sri_Lanka_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Sri Lanka (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.33. Thailand (Persons)ΒΆ

Country of Birth of Person

Measure “Thailand (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Thailand_P'
    );

Measure “Thailand (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Thailand_P'
    );

Measure “Thailand (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Thailand_P',
      'denominator'
    );

Measure “Thailand (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Thailand_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Thailand (Persons)

3.10.10.33.1. Thailand (Females)ΒΆ

Country of Birth of Person

Measure “Thailand (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Thailand_F'
    );

Measure “Thailand (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Thailand_F'
    );

Measure “Thailand (Females)” percent of “Thailand (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Thailand_F',
      'denominator'
    );

Measure “Thailand (Females)” percent of “Thailand (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Thailand_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Thailand (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.33.2. Thailand (Males)ΒΆ

Country of Birth of Person

Measure “Thailand (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Thailand_M'
    );

Measure “Thailand (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Thailand_M'
    );

Measure “Thailand (Males)” percent of “Thailand (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Thailand_M',
      'denominator'
    );

Measure “Thailand (Males)” percent of “Thailand (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Thailand_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Thailand (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.34. Total (Females)ΒΆ

Country of Birth of Person

Measure “Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Tot_F'
    );

Measure “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Tot_F'
    );

Measure “Total (Females)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Tot_F',
      'denominator'
    );

Measure “Total (Females)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.35. Total (Males)ΒΆ

Country of Birth of Person

Measure “Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Tot_M'
    );

Measure “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Tot_M'
    );

Measure “Total (Males)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Tot_M',
      'denominator'
    );

Measure “Total (Males)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.36. Turkey (Persons)ΒΆ

Country of Birth of Person

Measure “Turkey (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Turkey_P'
    );

Measure “Turkey (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Turkey_P'
    );

Measure “Turkey (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Turkey_P',
      'denominator'
    );

Measure “Turkey (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Turkey_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Turkey (Persons)

3.10.10.36.1. Turkey (Females)ΒΆ

Country of Birth of Person

Measure “Turkey (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Turkey_F'
    );

Measure “Turkey (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Turkey_F'
    );

Measure “Turkey (Females)” percent of “Turkey (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Turkey_F',
      'denominator'
    );

Measure “Turkey (Females)” percent of “Turkey (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Turkey_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Turkey (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.36.2. Turkey (Males)ΒΆ

Country of Birth of Person

Measure “Turkey (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Turkey_M'
    );

Measure “Turkey (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Turkey_M'
    );

Measure “Turkey (Males)” percent of “Turkey (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Turkey_M',
      'denominator'
    );

Measure “Turkey (Males)” percent of “Turkey (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Turkey_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Turkey (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.37. United Kingdom Channel Islands and Isle of Man (Persons)ΒΆ

Country of Birth of Person

Measure “United Kingdom Channel Islands and Isle of Man (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_UK_Channel_Islands_Isle_Man_P'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_UK_Channel_Islands_Isle_Man_P'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_UK_Channel_Islands_Isle_Man_P',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_UK_Channel_Islands_Isle_Man_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of United Kingdom Channel Islands and Isle of Man (Persons)

3.10.10.37.1. United Kingdom Channel Islands and Isle of Man (Females)ΒΆ

Country of Birth of Person

Measure “United Kingdom Channel Islands and Isle of Man (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_UK_Channel_Islands_Isle_Man_F'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_UK_Channel_Islands_Isle_Man_F'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Females)” percent of “United Kingdom Channel Islands and Isle of Man (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_UK_Channel_Islands_Isle_Man_F',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Females)” percent of “United Kingdom Channel Islands and Isle of Man (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_UK_Channel_Islands_Isle_Man_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:United Kingdom Channel Islands and Isle of Man (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.37.2. United Kingdom Channel Islands and Isle of Man (Males)ΒΆ

Country of Birth of Person

Measure “United Kingdom Channel Islands and Isle of Man (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_UK_Channel_Islands_Isle_Man_M'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_UK_Channel_Islands_Isle_Man_M'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Males)” percent of “United Kingdom Channel Islands and Isle of Man (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_UK_Channel_Islands_Isle_Man_M',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man (Males)” percent of “United Kingdom Channel Islands and Isle of Man (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_UK_Channel_Islands_Isle_Man_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:United Kingdom Channel Islands and Isle of Man (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.38. United States of America (Persons)ΒΆ

Country of Birth of Person

Measure “United States of America (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_United_States_America_P'
    );

Measure “United States of America (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_United_States_America_P'
    );

Measure “United States of America (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_United_States_America_P',
      'denominator'
    );

Measure “United States of America (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_United_States_America_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of United States of America (Persons)

3.10.10.38.1. United States of America (Females)ΒΆ

Country of Birth of Person

Measure “United States of America (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_United_States_America_F'
    );

Measure “United States of America (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_United_States_America_F'
    );

Measure “United States of America (Females)” percent of “United States of America (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_United_States_America_F',
      'denominator'
    );

Measure “United States of America (Females)” percent of “United States of America (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_United_States_America_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:United States of America (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.38.2. United States of America (Males)ΒΆ

Country of Birth of Person

Measure “United States of America (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_United_States_America_M'
    );

Measure “United States of America (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_United_States_America_M'
    );

Measure “United States of America (Males)” percent of “United States of America (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_United_States_America_M',
      'denominator'
    );

Measure “United States of America (Males)” percent of “United States of America (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_United_States_America_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:United States of America (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.39. Vietnam (Persons)ΒΆ

Country of Birth of Person

Measure “Vietnam (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Vietnam_P'
    );

Measure “Vietnam (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Vietnam_P'
    );

Measure “Vietnam (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Vietnam_P',
      'denominator'
    );

Measure “Vietnam (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Vietnam_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Vietnam (Persons)

3.10.10.39.1. Vietnam (Females)ΒΆ

Country of Birth of Person

Measure “Vietnam (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Vietnam_F'
    );

Measure “Vietnam (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Vietnam_F'
    );

Measure “Vietnam (Females)” percent of “Vietnam (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Vietnam_F',
      'denominator'
    );

Measure “Vietnam (Females)” percent of “Vietnam (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Vietnam_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Vietnam (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.10.39.2. Vietnam (Males)ΒΆ

Country of Birth of Person

Measure “Vietnam (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Vietnam_M'
    );

Measure “Vietnam (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Vietnam_M'
    );

Measure “Vietnam (Males)” percent of “Vietnam (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B09_Vietnam_M',
      'denominator'
    );

Measure “Vietnam (Males)” percent of “Vietnam (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B09_Vietnam_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Vietnam (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11. Total TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_Tot'
    );

Measure “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_Tot'
    );

Measure “Total Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_Tot',
      'denominator'
    );

Measure “Total Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1. Born elsewhere TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_Tot'
    );

Measure “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_Tot'
    );

Measure “Born elsewhere Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_Tot',
      'denominator'
    );

Measure “Born elsewhere Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.1. Born elsewhere Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1941_1950'
    );

Measure “Born elsewhere Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1941_1950'
    );

Measure “Born elsewhere Year of arrival 1941-1950” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1941_1950',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 1941-1950” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.2. Born elsewhere Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1951_1960'
    );

Measure “Born elsewhere Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1951_1960'
    );

Measure “Born elsewhere Year of arrival 1951-1960” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1951_1960',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 1951-1960” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.3. Born elsewhere Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1961_1970'
    );

Measure “Born elsewhere Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1961_1970'
    );

Measure “Born elsewhere Year of arrival 1961-1970” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1961_1970',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 1961-1970” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.4. Born elsewhere Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1971_1980'
    );

Measure “Born elsewhere Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1971_1980'
    );

Measure “Born elsewhere Year of arrival 1971-1980” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1971_1980',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 1971-1980” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.5. Born elsewhere Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1981_1990'
    );

Measure “Born elsewhere Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1981_1990'
    );

Measure “Born elsewhere Year of arrival 1981-1990” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1981_1990',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 1981-1990” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.6. Born elsewhere Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1991_2000'
    );

Measure “Born elsewhere Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1991_2000'
    );

Measure “Born elsewhere Year of arrival 1991-2000” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_1991_2000',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 1991-2000” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.7. Born elsewhere Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2001_2005'
    );

Measure “Born elsewhere Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2001_2005'
    );

Measure “Born elsewhere Year of arrival 2001-2005” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2001_2005',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 2001-2005” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.8. Born elsewhere Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2006'
    );

Measure “Born elsewhere Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2006'
    );

Measure “Born elsewhere Year of arrival 2006” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2006',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 2006” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.9. Born elsewhere Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2007'
    );

Measure “Born elsewhere Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2007'
    );

Measure “Born elsewhere Year of arrival 2007” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2007',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 2007” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.10. Born elsewhere Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2008'
    );

Measure “Born elsewhere Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2008'
    );

Measure “Born elsewhere Year of arrival 2008” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2008',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 2008” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.11. Born elsewhere Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2009'
    );

Measure “Born elsewhere Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2009'
    );

Measure “Born elsewhere Year of arrival 2009” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2009',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 2009” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.12. Born elsewhere Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2010'
    );

Measure “Born elsewhere Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2010'
    );

Measure “Born elsewhere Year of arrival 2010” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2010',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 2010” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.13. Born elsewhere Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2011'
    );

Measure “Born elsewhere Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2011'
    );

Measure “Born elsewhere Year of arrival 2011” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_2011',
      'denominator'
    );

Measure “Born elsewhere Year of arrival 2011” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.14. Born elsewhere Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_Before_1941'
    );

Measure “Born elsewhere Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_Before_1941'
    );

Measure “Born elsewhere Year of arrival Before 1941” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_Before_1941',
      'denominator'
    );

Measure “Born elsewhere Year of arrival Before 1941” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.1.15. Born elsewhere Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Born elsewhere Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_Yr_arrival_ns'
    );

Measure “Born elsewhere Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_Yr_arrival_ns'
    );

Measure “Born elsewhere Year of arrival not stated” percent of “Born elsewhere Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Born_elsewhere_Yr_arrival_ns',
      'denominator'
    );

Measure “Born elsewhere Year of arrival not stated” percent of “Born elsewhere Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Born_elsewhere_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Born elsewhere Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2. Bosnia and Herzegovina TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_Tot'
    );

Measure “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_Tot'
    );

Measure “Bosnia and Herzegovina Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_Tot',
      'denominator'
    );

Measure “Bosnia and Herzegovina Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.1. Bosnia and Herzegovina Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1941_1950'
    );

Measure “Bosnia and Herzegovina Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1941_1950'
    );

Measure “Bosnia and Herzegovina Year of arrival 1941-1950” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1941_1950',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 1941-1950” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.2. Bosnia and Herzegovina Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1951_1960'
    );

Measure “Bosnia and Herzegovina Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1951_1960'
    );

Measure “Bosnia and Herzegovina Year of arrival 1951-1960” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1951_1960',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 1951-1960” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.3. Bosnia and Herzegovina Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1961_1970'
    );

Measure “Bosnia and Herzegovina Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1961_1970'
    );

Measure “Bosnia and Herzegovina Year of arrival 1961-1970” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1961_1970',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 1961-1970” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.4. Bosnia and Herzegovina Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1971_1980'
    );

Measure “Bosnia and Herzegovina Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1971_1980'
    );

Measure “Bosnia and Herzegovina Year of arrival 1971-1980” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1971_1980',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 1971-1980” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.5. Bosnia and Herzegovina Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1981_1990'
    );

Measure “Bosnia and Herzegovina Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1981_1990'
    );

Measure “Bosnia and Herzegovina Year of arrival 1981-1990” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1981_1990',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 1981-1990” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.6. Bosnia and Herzegovina Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1991_2000'
    );

Measure “Bosnia and Herzegovina Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1991_2000'
    );

Measure “Bosnia and Herzegovina Year of arrival 1991-2000” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_1991_2000',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 1991-2000” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.7. Bosnia and Herzegovina Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2001_2005'
    );

Measure “Bosnia and Herzegovina Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2001_2005'
    );

Measure “Bosnia and Herzegovina Year of arrival 2001-2005” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2001_2005',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 2001-2005” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.8. Bosnia and Herzegovina Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2006'
    );

Measure “Bosnia and Herzegovina Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2006'
    );

Measure “Bosnia and Herzegovina Year of arrival 2006” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2006',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 2006” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.9. Bosnia and Herzegovina Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2007'
    );

Measure “Bosnia and Herzegovina Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2007'
    );

Measure “Bosnia and Herzegovina Year of arrival 2007” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2007',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 2007” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.10. Bosnia and Herzegovina Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2008'
    );

Measure “Bosnia and Herzegovina Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2008'
    );

Measure “Bosnia and Herzegovina Year of arrival 2008” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2008',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 2008” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.11. Bosnia and Herzegovina Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2009'
    );

Measure “Bosnia and Herzegovina Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2009'
    );

Measure “Bosnia and Herzegovina Year of arrival 2009” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2009',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 2009” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.12. Bosnia and Herzegovina Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2010'
    );

Measure “Bosnia and Herzegovina Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2010'
    );

Measure “Bosnia and Herzegovina Year of arrival 2010” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2010',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 2010” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.13. Bosnia and Herzegovina Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2011'
    );

Measure “Bosnia and Herzegovina Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2011'
    );

Measure “Bosnia and Herzegovina Year of arrival 2011” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_2011',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival 2011” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.14. Bosnia and Herzegovina Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_Befre_1941'
    );

Measure “Bosnia and Herzegovina Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_Befre_1941'
    );

Measure “Bosnia and Herzegovina Year of arrival Before 1941” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_Befre_1941',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival Before 1941” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_Befre_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.2.15. Bosnia and Herzegovina Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Bosnia and Herzegovina Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_arrival_ns'
    );

Measure “Bosnia and Herzegovina Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_arrival_ns'
    );

Measure “Bosnia and Herzegovina Year of arrival not stated” percent of “Bosnia and Herzegovina Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Bosnia_Herzegovina_arrival_ns',
      'denominator'
    );

Measure “Bosnia and Herzegovina Year of arrival not stated” percent of “Bosnia and Herzegovina Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Bosnia_Herzegovina_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Bosnia and Herzegovina Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3. Cambodia TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_Tot'
    );

Measure “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_Tot'
    );

Measure “Cambodia Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_Tot',
      'denominator'
    );

Measure “Cambodia Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.1. Cambodia Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1941_1950'
    );

Measure “Cambodia Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1941_1950'
    );

Measure “Cambodia Year of arrival 1941-1950” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1941_1950',
      'denominator'
    );

Measure “Cambodia Year of arrival 1941-1950” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.2. Cambodia Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1951_1960'
    );

Measure “Cambodia Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1951_1960'
    );

Measure “Cambodia Year of arrival 1951-1960” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1951_1960',
      'denominator'
    );

Measure “Cambodia Year of arrival 1951-1960” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.3. Cambodia Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1961_1970'
    );

Measure “Cambodia Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1961_1970'
    );

Measure “Cambodia Year of arrival 1961-1970” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1961_1970',
      'denominator'
    );

Measure “Cambodia Year of arrival 1961-1970” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.4. Cambodia Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1971_1980'
    );

Measure “Cambodia Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1971_1980'
    );

Measure “Cambodia Year of arrival 1971-1980” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1971_1980',
      'denominator'
    );

Measure “Cambodia Year of arrival 1971-1980” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.5. Cambodia Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1981_1990'
    );

Measure “Cambodia Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1981_1990'
    );

Measure “Cambodia Year of arrival 1981-1990” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1981_1990',
      'denominator'
    );

Measure “Cambodia Year of arrival 1981-1990” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.6. Cambodia Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1991_2000'
    );

Measure “Cambodia Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1991_2000'
    );

Measure “Cambodia Year of arrival 1991-2000” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_1991_2000',
      'denominator'
    );

Measure “Cambodia Year of arrival 1991-2000” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.7. Cambodia Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2001_2005'
    );

Measure “Cambodia Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2001_2005'
    );

Measure “Cambodia Year of arrival 2001-2005” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2001_2005',
      'denominator'
    );

Measure “Cambodia Year of arrival 2001-2005” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.8. Cambodia Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2006'
    );

Measure “Cambodia Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2006'
    );

Measure “Cambodia Year of arrival 2006” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2006',
      'denominator'
    );

Measure “Cambodia Year of arrival 2006” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.9. Cambodia Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2007'
    );

Measure “Cambodia Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2007'
    );

Measure “Cambodia Year of arrival 2007” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2007',
      'denominator'
    );

Measure “Cambodia Year of arrival 2007” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.10. Cambodia Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2008'
    );

Measure “Cambodia Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2008'
    );

Measure “Cambodia Year of arrival 2008” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2008',
      'denominator'
    );

Measure “Cambodia Year of arrival 2008” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.11. Cambodia Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2009'
    );

Measure “Cambodia Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2009'
    );

Measure “Cambodia Year of arrival 2009” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2009',
      'denominator'
    );

Measure “Cambodia Year of arrival 2009” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.12. Cambodia Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2010'
    );

Measure “Cambodia Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2010'
    );

Measure “Cambodia Year of arrival 2010” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2010',
      'denominator'
    );

Measure “Cambodia Year of arrival 2010” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.13. Cambodia Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2011'
    );

Measure “Cambodia Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2011'
    );

Measure “Cambodia Year of arrival 2011” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_2011',
      'denominator'
    );

Measure “Cambodia Year of arrival 2011” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.14. Cambodia Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_Before_1941'
    );

Measure “Cambodia Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_Before_1941'
    );

Measure “Cambodia Year of arrival Before 1941” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_Before_1941',
      'denominator'
    );

Measure “Cambodia Year of arrival Before 1941” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.3.15. Cambodia Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Cambodia Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_Yr_arrival_ns'
    );

Measure “Cambodia Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_Yr_arrival_ns'
    );

Measure “Cambodia Year of arrival not stated” percent of “Cambodia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Cambodia_Yr_arrival_ns',
      'denominator'
    );

Measure “Cambodia Year of arrival not stated” percent of “Cambodia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Cambodia_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Cambodia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4. Canada TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_Tot'
    );

Measure “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_Tot'
    );

Measure “Canada Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_Tot',
      'denominator'
    );

Measure “Canada Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.1. Canada Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1941_1950'
    );

Measure “Canada Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1941_1950'
    );

Measure “Canada Year of arrival 1941-1950” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1941_1950',
      'denominator'
    );

Measure “Canada Year of arrival 1941-1950” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.2. Canada Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1951_1960'
    );

Measure “Canada Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1951_1960'
    );

Measure “Canada Year of arrival 1951-1960” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1951_1960',
      'denominator'
    );

Measure “Canada Year of arrival 1951-1960” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.3. Canada Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1961_1970'
    );

Measure “Canada Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1961_1970'
    );

Measure “Canada Year of arrival 1961-1970” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1961_1970',
      'denominator'
    );

Measure “Canada Year of arrival 1961-1970” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.4. Canada Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1971_1980'
    );

Measure “Canada Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1971_1980'
    );

Measure “Canada Year of arrival 1971-1980” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1971_1980',
      'denominator'
    );

Measure “Canada Year of arrival 1971-1980” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.5. Canada Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1981_1990'
    );

Measure “Canada Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1981_1990'
    );

Measure “Canada Year of arrival 1981-1990” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1981_1990',
      'denominator'
    );

Measure “Canada Year of arrival 1981-1990” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.6. Canada Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1991_2000'
    );

Measure “Canada Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1991_2000'
    );

Measure “Canada Year of arrival 1991-2000” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_1991_2000',
      'denominator'
    );

Measure “Canada Year of arrival 1991-2000” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.7. Canada Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2001_2005'
    );

Measure “Canada Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2001_2005'
    );

Measure “Canada Year of arrival 2001-2005” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2001_2005',
      'denominator'
    );

Measure “Canada Year of arrival 2001-2005” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.8. Canada Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2006'
    );

Measure “Canada Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2006'
    );

Measure “Canada Year of arrival 2006” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2006',
      'denominator'
    );

Measure “Canada Year of arrival 2006” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.9. Canada Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2007'
    );

Measure “Canada Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2007'
    );

Measure “Canada Year of arrival 2007” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2007',
      'denominator'
    );

Measure “Canada Year of arrival 2007” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.10. Canada Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2008'
    );

Measure “Canada Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2008'
    );

Measure “Canada Year of arrival 2008” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2008',
      'denominator'
    );

Measure “Canada Year of arrival 2008” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.11. Canada Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2009'
    );

Measure “Canada Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2009'
    );

Measure “Canada Year of arrival 2009” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2009',
      'denominator'
    );

Measure “Canada Year of arrival 2009” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.12. Canada Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2010'
    );

Measure “Canada Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2010'
    );

Measure “Canada Year of arrival 2010” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2010',
      'denominator'
    );

Measure “Canada Year of arrival 2010” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.13. Canada Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2011'
    );

Measure “Canada Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2011'
    );

Measure “Canada Year of arrival 2011” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_2011',
      'denominator'
    );

Measure “Canada Year of arrival 2011” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.14. Canada Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_Before_1941'
    );

Measure “Canada Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_Before_1941'
    );

Measure “Canada Year of arrival Before 1941” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_Before_1941',
      'denominator'
    );

Measure “Canada Year of arrival Before 1941” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.4.15. Canada Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Canada Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_Yr_arrival_NS'
    );

Measure “Canada Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_Yr_arrival_NS'
    );

Measure “Canada Year of arrival not stated” percent of “Canada Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Canada_Yr_arrival_NS',
      'denominator'
    );

Measure “Canada Year of arrival not stated” percent of “Canada Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Canada_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Canada Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5. China excl SARs and Taiwan TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_Tot'
    );

Measure “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_Tot'
    );

Measure “China excl SARs and Taiwan Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_Tot',
      'denominator'
    );

Measure “China excl SARs and Taiwan Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.1. China excl SARs and Taiwan Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_41_50'
    );

Measure “China excl SARs and Taiwan Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_41_50'
    );

Measure “China excl SARs and Taiwan Year of arrival 1941-1950” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_41_50',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 1941-1950” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_41_50',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.2. China excl SARs and Taiwan Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_51_60'
    );

Measure “China excl SARs and Taiwan Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_51_60'
    );

Measure “China excl SARs and Taiwan Year of arrival 1951-1960” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_51_60',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 1951-1960” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_51_60',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.3. China excl SARs and Taiwan Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_61_70'
    );

Measure “China excl SARs and Taiwan Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_61_70'
    );

Measure “China excl SARs and Taiwan Year of arrival 1961-1970” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_61_70',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 1961-1970” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_61_70',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.4. China excl SARs and Taiwan Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_71_80'
    );

Measure “China excl SARs and Taiwan Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_71_80'
    );

Measure “China excl SARs and Taiwan Year of arrival 1971-1980” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_71_80',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 1971-1980” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_71_80',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.5. China excl SARs and Taiwan Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_81_90'
    );

Measure “China excl SARs and Taiwan Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_81_90'
    );

Measure “China excl SARs and Taiwan Year of arrival 1981-1990” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_81_90',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 1981-1990” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_81_90',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.6. China excl SARs and Taiwan Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_91_00'
    );

Measure “China excl SARs and Taiwan Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_91_00'
    );

Measure “China excl SARs and Taiwan Year of arrival 1991-2000” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_91_00',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 1991-2000” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_91_00',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.7. China excl SARs and Taiwan Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_01_05'
    );

Measure “China excl SARs and Taiwan Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_01_05'
    );

Measure “China excl SARs and Taiwan Year of arrival 2001-2005” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_01_05',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 2001-2005” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_01_05',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.8. China excl SARs and Taiwan Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2006'
    );

Measure “China excl SARs and Taiwan Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2006'
    );

Measure “China excl SARs and Taiwan Year of arrival 2006” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2006',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 2006” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.9. China excl SARs and Taiwan Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2007'
    );

Measure “China excl SARs and Taiwan Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2007'
    );

Measure “China excl SARs and Taiwan Year of arrival 2007” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2007',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 2007” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.10. China excl SARs and Taiwan Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2008'
    );

Measure “China excl SARs and Taiwan Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2008'
    );

Measure “China excl SARs and Taiwan Year of arrival 2008” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2008',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 2008” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.11. China excl SARs and Taiwan Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2009'
    );

Measure “China excl SARs and Taiwan Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2009'
    );

Measure “China excl SARs and Taiwan Year of arrival 2009” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2009',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 2009” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.12. China excl SARs and Taiwan Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2010'
    );

Measure “China excl SARs and Taiwan Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2010'
    );

Measure “China excl SARs and Taiwan Year of arrival 2010” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2010',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 2010” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.13. China excl SARs and Taiwan Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2011'
    );

Measure “China excl SARs and Taiwan Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2011'
    );

Measure “China excl SARs and Taiwan Year of arrival 2011” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiwan_2011',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival 2011” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiwan_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.14. China excl SARs and Taiwan Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiw_Bef_1941'
    );

Measure “China excl SARs and Taiwan Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiw_Bef_1941'
    );

Measure “China excl SARs and Taiwan Year of arrival Before 1941” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Taiw_Bef_1941',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival Before 1941” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Taiw_Bef_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.5.15. China excl SARs and Taiwan Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “China excl SARs and Taiwan Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Tawan_arr_ns'
    );

Measure “China excl SARs and Taiwan Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Tawan_arr_ns'
    );

Measure “China excl SARs and Taiwan Year of arrival not stated” percent of “China excl SARs and Taiwan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_China_exc_SARs_Tawan_arr_ns',
      'denominator'
    );

Measure “China excl SARs and Taiwan Year of arrival not stated” percent of “China excl SARs and Taiwan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_China_exc_SARs_Tawan_arr_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:China excl SARs and Taiwan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6. Croatia TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_Tot'
    );

Measure “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_Tot'
    );

Measure “Croatia Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_Tot',
      'denominator'
    );

Measure “Croatia Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.1. Croatia Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1941_1950'
    );

Measure “Croatia Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1941_1950'
    );

Measure “Croatia Year of arrival 1941-1950” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1941_1950',
      'denominator'
    );

Measure “Croatia Year of arrival 1941-1950” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.2. Croatia Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1951_1960'
    );

Measure “Croatia Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1951_1960'
    );

Measure “Croatia Year of arrival 1951-1960” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1951_1960',
      'denominator'
    );

Measure “Croatia Year of arrival 1951-1960” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.3. Croatia Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1961_1970'
    );

Measure “Croatia Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1961_1970'
    );

Measure “Croatia Year of arrival 1961-1970” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1961_1970',
      'denominator'
    );

Measure “Croatia Year of arrival 1961-1970” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.4. Croatia Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1971_1980'
    );

Measure “Croatia Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1971_1980'
    );

Measure “Croatia Year of arrival 1971-1980” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1971_1980',
      'denominator'
    );

Measure “Croatia Year of arrival 1971-1980” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.5. Croatia Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1981_1990'
    );

Measure “Croatia Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1981_1990'
    );

Measure “Croatia Year of arrival 1981-1990” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1981_1990',
      'denominator'
    );

Measure “Croatia Year of arrival 1981-1990” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.6. Croatia Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1991_2000'
    );

Measure “Croatia Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1991_2000'
    );

Measure “Croatia Year of arrival 1991-2000” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_1991_2000',
      'denominator'
    );

Measure “Croatia Year of arrival 1991-2000” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.7. Croatia Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2001_2005'
    );

Measure “Croatia Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2001_2005'
    );

Measure “Croatia Year of arrival 2001-2005” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2001_2005',
      'denominator'
    );

Measure “Croatia Year of arrival 2001-2005” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.8. Croatia Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2006'
    );

Measure “Croatia Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2006'
    );

Measure “Croatia Year of arrival 2006” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2006',
      'denominator'
    );

Measure “Croatia Year of arrival 2006” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.9. Croatia Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2007'
    );

Measure “Croatia Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2007'
    );

Measure “Croatia Year of arrival 2007” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2007',
      'denominator'
    );

Measure “Croatia Year of arrival 2007” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.10. Croatia Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2008'
    );

Measure “Croatia Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2008'
    );

Measure “Croatia Year of arrival 2008” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2008',
      'denominator'
    );

Measure “Croatia Year of arrival 2008” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.11. Croatia Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2009'
    );

Measure “Croatia Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2009'
    );

Measure “Croatia Year of arrival 2009” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2009',
      'denominator'
    );

Measure “Croatia Year of arrival 2009” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.12. Croatia Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2010'
    );

Measure “Croatia Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2010'
    );

Measure “Croatia Year of arrival 2010” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2010',
      'denominator'
    );

Measure “Croatia Year of arrival 2010” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.13. Croatia Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2011'
    );

Measure “Croatia Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2011'
    );

Measure “Croatia Year of arrival 2011” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_2011',
      'denominator'
    );

Measure “Croatia Year of arrival 2011” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.14. Croatia Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_Before_1941'
    );

Measure “Croatia Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_Before_1941'
    );

Measure “Croatia Year of arrival Before 1941” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_Before_1941',
      'denominator'
    );

Measure “Croatia Year of arrival Before 1941” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.6.15. Croatia Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Croatia Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_Yr_arrival_NS'
    );

Measure “Croatia Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_Yr_arrival_NS'
    );

Measure “Croatia Year of arrival not stated” percent of “Croatia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Croatia_Yr_arrival_NS',
      'denominator'
    );

Measure “Croatia Year of arrival not stated” percent of “Croatia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Croatia_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Croatia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7. Egypt TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_Tot'
    );

Measure “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_Tot'
    );

Measure “Egypt Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_Tot',
      'denominator'
    );

Measure “Egypt Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.1. Egypt Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1941_1950'
    );

Measure “Egypt Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1941_1950'
    );

Measure “Egypt Year of arrival 1941-1950” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1941_1950',
      'denominator'
    );

Measure “Egypt Year of arrival 1941-1950” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.2. Egypt Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1951_1960'
    );

Measure “Egypt Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1951_1960'
    );

Measure “Egypt Year of arrival 1951-1960” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1951_1960',
      'denominator'
    );

Measure “Egypt Year of arrival 1951-1960” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.3. Egypt Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1961_1970'
    );

Measure “Egypt Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1961_1970'
    );

Measure “Egypt Year of arrival 1961-1970” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1961_1970',
      'denominator'
    );

Measure “Egypt Year of arrival 1961-1970” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.4. Egypt Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1971_1980'
    );

Measure “Egypt Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1971_1980'
    );

Measure “Egypt Year of arrival 1971-1980” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1971_1980',
      'denominator'
    );

Measure “Egypt Year of arrival 1971-1980” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.5. Egypt Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1981_1990'
    );

Measure “Egypt Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1981_1990'
    );

Measure “Egypt Year of arrival 1981-1990” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1981_1990',
      'denominator'
    );

Measure “Egypt Year of arrival 1981-1990” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.6. Egypt Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1991_2000'
    );

Measure “Egypt Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1991_2000'
    );

Measure “Egypt Year of arrival 1991-2000” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_1991_2000',
      'denominator'
    );

Measure “Egypt Year of arrival 1991-2000” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.7. Egypt Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2001_2005'
    );

Measure “Egypt Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2001_2005'
    );

Measure “Egypt Year of arrival 2001-2005” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2001_2005',
      'denominator'
    );

Measure “Egypt Year of arrival 2001-2005” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.8. Egypt Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2006'
    );

Measure “Egypt Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2006'
    );

Measure “Egypt Year of arrival 2006” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2006',
      'denominator'
    );

Measure “Egypt Year of arrival 2006” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.9. Egypt Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2007'
    );

Measure “Egypt Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2007'
    );

Measure “Egypt Year of arrival 2007” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2007',
      'denominator'
    );

Measure “Egypt Year of arrival 2007” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.10. Egypt Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2008'
    );

Measure “Egypt Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2008'
    );

Measure “Egypt Year of arrival 2008” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2008',
      'denominator'
    );

Measure “Egypt Year of arrival 2008” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.11. Egypt Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2009'
    );

Measure “Egypt Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2009'
    );

Measure “Egypt Year of arrival 2009” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2009',
      'denominator'
    );

Measure “Egypt Year of arrival 2009” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.12. Egypt Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2010'
    );

Measure “Egypt Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2010'
    );

Measure “Egypt Year of arrival 2010” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2010',
      'denominator'
    );

Measure “Egypt Year of arrival 2010” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.13. Egypt Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2011'
    );

Measure “Egypt Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2011'
    );

Measure “Egypt Year of arrival 2011” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_2011',
      'denominator'
    );

Measure “Egypt Year of arrival 2011” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.14. Egypt Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_Before_1941'
    );

Measure “Egypt Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_Before_1941'
    );

Measure “Egypt Year of arrival Before 1941” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_Before_1941',
      'denominator'
    );

Measure “Egypt Year of arrival Before 1941” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.7.15. Egypt Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Egypt Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_Yr_arrival_NS'
    );

Measure “Egypt Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_Yr_arrival_NS'
    );

Measure “Egypt Year of arrival not stated” percent of “Egypt Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Egypt_Yr_arrival_NS',
      'denominator'
    );

Measure “Egypt Year of arrival not stated” percent of “Egypt Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Egypt_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Egypt Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8. Fiji TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_Tot'
    );

Measure “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_Tot'
    );

Measure “Fiji Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_Tot',
      'denominator'
    );

Measure “Fiji Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.1. Fiji Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1941_1950'
    );

Measure “Fiji Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1941_1950'
    );

Measure “Fiji Year of arrival 1941-1950” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1941_1950',
      'denominator'
    );

Measure “Fiji Year of arrival 1941-1950” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.2. Fiji Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1951_1960'
    );

Measure “Fiji Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1951_1960'
    );

Measure “Fiji Year of arrival 1951-1960” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1951_1960',
      'denominator'
    );

Measure “Fiji Year of arrival 1951-1960” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.3. Fiji Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1961_1970'
    );

Measure “Fiji Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1961_1970'
    );

Measure “Fiji Year of arrival 1961-1970” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1961_1970',
      'denominator'
    );

Measure “Fiji Year of arrival 1961-1970” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.4. Fiji Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1971_1980'
    );

Measure “Fiji Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1971_1980'
    );

Measure “Fiji Year of arrival 1971-1980” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1971_1980',
      'denominator'
    );

Measure “Fiji Year of arrival 1971-1980” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.5. Fiji Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1981_1990'
    );

Measure “Fiji Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1981_1990'
    );

Measure “Fiji Year of arrival 1981-1990” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1981_1990',
      'denominator'
    );

Measure “Fiji Year of arrival 1981-1990” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.6. Fiji Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1991_2000'
    );

Measure “Fiji Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1991_2000'
    );

Measure “Fiji Year of arrival 1991-2000” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_1991_2000',
      'denominator'
    );

Measure “Fiji Year of arrival 1991-2000” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.7. Fiji Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2001_2005'
    );

Measure “Fiji Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2001_2005'
    );

Measure “Fiji Year of arrival 2001-2005” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2001_2005',
      'denominator'
    );

Measure “Fiji Year of arrival 2001-2005” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.8. Fiji Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2006'
    );

Measure “Fiji Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2006'
    );

Measure “Fiji Year of arrival 2006” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2006',
      'denominator'
    );

Measure “Fiji Year of arrival 2006” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.9. Fiji Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2007'
    );

Measure “Fiji Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2007'
    );

Measure “Fiji Year of arrival 2007” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2007',
      'denominator'
    );

Measure “Fiji Year of arrival 2007” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.10. Fiji Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2008'
    );

Measure “Fiji Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2008'
    );

Measure “Fiji Year of arrival 2008” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2008',
      'denominator'
    );

Measure “Fiji Year of arrival 2008” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.11. Fiji Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2009'
    );

Measure “Fiji Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2009'
    );

Measure “Fiji Year of arrival 2009” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2009',
      'denominator'
    );

Measure “Fiji Year of arrival 2009” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.12. Fiji Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2010'
    );

Measure “Fiji Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2010'
    );

Measure “Fiji Year of arrival 2010” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2010',
      'denominator'
    );

Measure “Fiji Year of arrival 2010” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.13. Fiji Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2011'
    );

Measure “Fiji Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2011'
    );

Measure “Fiji Year of arrival 2011” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_2011',
      'denominator'
    );

Measure “Fiji Year of arrival 2011” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.14. Fiji Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_Before_1941'
    );

Measure “Fiji Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_Before_1941'
    );

Measure “Fiji Year of arrival Before 1941” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_Before_1941',
      'denominator'
    );

Measure “Fiji Year of arrival Before 1941” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.8.15. Fiji Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Fiji Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_Yr_arrival_NS'
    );

Measure “Fiji Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_Yr_arrival_NS'
    );

Measure “Fiji Year of arrival not stated” percent of “Fiji Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Fiji_Yr_arrival_NS',
      'denominator'
    );

Measure “Fiji Year of arrival not stated” percent of “Fiji Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Fiji_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Fiji Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9. Former Yugoslav Republic of Macedonia FYROM TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_Tot'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_Tot'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_Tot',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.1. Former Yugoslav Republic of Macedonia FYROM Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1941_1950'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1941_1950'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1941-1950” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1941_1950',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1941-1950” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.2. Former Yugoslav Republic of Macedonia FYROM Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1951_1960'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1951_1960'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1951-1960” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1951_1960',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1951-1960” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.3. Former Yugoslav Republic of Macedonia FYROM Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1961_1970'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1961_1970'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1961-1970” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1961_1970',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1961-1970” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.4. Former Yugoslav Republic of Macedonia FYROM Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1971_1980'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1971_1980'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1971-1980” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1971_1980',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1971-1980” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.5. Former Yugoslav Republic of Macedonia FYROM Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1981_1990'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1981_1990'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1981-1990” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1981_1990',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1981-1990” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.6. Former Yugoslav Republic of Macedonia FYROM Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1991_2000'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1991_2000'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1991-2000” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1991_2000',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 1991-2000” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.7. Former Yugoslav Republic of Macedonia FYROM Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_2001_2005'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_2001_2005'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2001-2005” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_2001_2005',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2001-2005” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.8. Former Yugoslav Republic of Macedonia FYROM Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2006'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2006'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2006” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2006',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2006” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.9. Former Yugoslav Republic of Macedonia FYROM Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2007'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2007'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2007” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2007',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2007” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.10. Former Yugoslav Republic of Macedonia FYROM Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2008'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2008'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2008” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2008',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2008” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.11. Former Yugoslav Republic of Macedonia FYROM Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2009'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2009'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2009” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2009',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2009” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.12. Former Yugoslav Republic of Macedonia FYROM Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2010'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2010'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2010” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2010',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2010” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.13. Former Yugoslav Republic of Macedonia FYROM Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2011'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2011'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2011” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2011',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival 2011” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Yug_Rep_Mac_FYROM_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.14. Former Yugoslav Republic of Macedonia FYROM Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_Bef_1941'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_Bef_1941'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival Before 1941” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_Bef_1941',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival Before 1941” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_Bef_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.9.15. Former Yugoslav Republic of Macedonia FYROM Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_arrival_ns'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_arrival_ns'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival not stated” percent of “Former Yugoslav Republic of Macedonia FYROM Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Frmr_Y_R_M_FYROM_arrival_ns',
      'denominator'
    );

Measure “Former Yugoslav Republic of Macedonia FYROM Year of arrival not stated” percent of “Former Yugoslav Republic of Macedonia FYROM Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Frmr_Y_R_M_FYROM_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Former Yugoslav Republic of Macedonia FYROM Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10. Germany TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_Tot'
    );

Measure “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_Tot'
    );

Measure “Germany Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_Tot',
      'denominator'
    );

Measure “Germany Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.1. Germany Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1941_1950'
    );

Measure “Germany Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1941_1950'
    );

Measure “Germany Year of arrival 1941-1950” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1941_1950',
      'denominator'
    );

Measure “Germany Year of arrival 1941-1950” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.2. Germany Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1951_1960'
    );

Measure “Germany Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1951_1960'
    );

Measure “Germany Year of arrival 1951-1960” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1951_1960',
      'denominator'
    );

Measure “Germany Year of arrival 1951-1960” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.3. Germany Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1961_1970'
    );

Measure “Germany Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1961_1970'
    );

Measure “Germany Year of arrival 1961-1970” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1961_1970',
      'denominator'
    );

Measure “Germany Year of arrival 1961-1970” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.4. Germany Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1971_1980'
    );

Measure “Germany Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1971_1980'
    );

Measure “Germany Year of arrival 1971-1980” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1971_1980',
      'denominator'
    );

Measure “Germany Year of arrival 1971-1980” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.5. Germany Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1981_1990'
    );

Measure “Germany Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1981_1990'
    );

Measure “Germany Year of arrival 1981-1990” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1981_1990',
      'denominator'
    );

Measure “Germany Year of arrival 1981-1990” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.6. Germany Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1991_2000'
    );

Measure “Germany Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1991_2000'
    );

Measure “Germany Year of arrival 1991-2000” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_1991_2000',
      'denominator'
    );

Measure “Germany Year of arrival 1991-2000” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.7. Germany Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2001_2005'
    );

Measure “Germany Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2001_2005'
    );

Measure “Germany Year of arrival 2001-2005” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2001_2005',
      'denominator'
    );

Measure “Germany Year of arrival 2001-2005” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.8. Germany Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2006'
    );

Measure “Germany Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2006'
    );

Measure “Germany Year of arrival 2006” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2006',
      'denominator'
    );

Measure “Germany Year of arrival 2006” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.9. Germany Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2007'
    );

Measure “Germany Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2007'
    );

Measure “Germany Year of arrival 2007” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2007',
      'denominator'
    );

Measure “Germany Year of arrival 2007” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.10. Germany Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2008'
    );

Measure “Germany Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2008'
    );

Measure “Germany Year of arrival 2008” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2008',
      'denominator'
    );

Measure “Germany Year of arrival 2008” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.11. Germany Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2009'
    );

Measure “Germany Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2009'
    );

Measure “Germany Year of arrival 2009” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2009',
      'denominator'
    );

Measure “Germany Year of arrival 2009” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.12. Germany Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2010'
    );

Measure “Germany Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2010'
    );

Measure “Germany Year of arrival 2010” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2010',
      'denominator'
    );

Measure “Germany Year of arrival 2010” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.13. Germany Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2011'
    );

Measure “Germany Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2011'
    );

Measure “Germany Year of arrival 2011” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_2011',
      'denominator'
    );

Measure “Germany Year of arrival 2011” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.14. Germany Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_Before_1941'
    );

Measure “Germany Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_Before_1941'
    );

Measure “Germany Year of arrival Before 1941” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_Before_1941',
      'denominator'
    );

Measure “Germany Year of arrival Before 1941” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.10.15. Germany Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Germany Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_Yr_arrival_NS'
    );

Measure “Germany Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_Yr_arrival_NS'
    );

Measure “Germany Year of arrival not stated” percent of “Germany Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Germany_Yr_arrival_NS',
      'denominator'
    );

Measure “Germany Year of arrival not stated” percent of “Germany Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Germany_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Germany Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11. Greece TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_Tot'
    );

Measure “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_Tot'
    );

Measure “Greece Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_Tot',
      'denominator'
    );

Measure “Greece Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.1. Greece Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1941_1950'
    );

Measure “Greece Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1941_1950'
    );

Measure “Greece Year of arrival 1941-1950” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1941_1950',
      'denominator'
    );

Measure “Greece Year of arrival 1941-1950” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.2. Greece Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1951_1960'
    );

Measure “Greece Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1951_1960'
    );

Measure “Greece Year of arrival 1951-1960” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1951_1960',
      'denominator'
    );

Measure “Greece Year of arrival 1951-1960” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.3. Greece Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1961_1970'
    );

Measure “Greece Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1961_1970'
    );

Measure “Greece Year of arrival 1961-1970” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1961_1970',
      'denominator'
    );

Measure “Greece Year of arrival 1961-1970” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.4. Greece Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1971_1980'
    );

Measure “Greece Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1971_1980'
    );

Measure “Greece Year of arrival 1971-1980” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1971_1980',
      'denominator'
    );

Measure “Greece Year of arrival 1971-1980” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.5. Greece Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1981_1990'
    );

Measure “Greece Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1981_1990'
    );

Measure “Greece Year of arrival 1981-1990” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1981_1990',
      'denominator'
    );

Measure “Greece Year of arrival 1981-1990” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.6. Greece Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1991_2000'
    );

Measure “Greece Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1991_2000'
    );

Measure “Greece Year of arrival 1991-2000” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_1991_2000',
      'denominator'
    );

Measure “Greece Year of arrival 1991-2000” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.7. Greece Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2001_2005'
    );

Measure “Greece Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2001_2005'
    );

Measure “Greece Year of arrival 2001-2005” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2001_2005',
      'denominator'
    );

Measure “Greece Year of arrival 2001-2005” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.8. Greece Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2006'
    );

Measure “Greece Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2006'
    );

Measure “Greece Year of arrival 2006” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2006',
      'denominator'
    );

Measure “Greece Year of arrival 2006” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.9. Greece Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2007'
    );

Measure “Greece Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2007'
    );

Measure “Greece Year of arrival 2007” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2007',
      'denominator'
    );

Measure “Greece Year of arrival 2007” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.10. Greece Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2008'
    );

Measure “Greece Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2008'
    );

Measure “Greece Year of arrival 2008” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2008',
      'denominator'
    );

Measure “Greece Year of arrival 2008” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.11. Greece Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2009'
    );

Measure “Greece Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2009'
    );

Measure “Greece Year of arrival 2009” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2009',
      'denominator'
    );

Measure “Greece Year of arrival 2009” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.12. Greece Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2010'
    );

Measure “Greece Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2010'
    );

Measure “Greece Year of arrival 2010” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2010',
      'denominator'
    );

Measure “Greece Year of arrival 2010” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.13. Greece Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2011'
    );

Measure “Greece Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2011'
    );

Measure “Greece Year of arrival 2011” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_2011',
      'denominator'
    );

Measure “Greece Year of arrival 2011” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.14. Greece Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_Before_1941'
    );

Measure “Greece Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_Before_1941'
    );

Measure “Greece Year of arrival Before 1941” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_Before_1941',
      'denominator'
    );

Measure “Greece Year of arrival Before 1941” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.11.15. Greece Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Greece Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_Yr_arrival_NS'
    );

Measure “Greece Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_Yr_arrival_NS'
    );

Measure “Greece Year of arrival not stated” percent of “Greece Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Greece_Yr_arrival_NS',
      'denominator'
    );

Measure “Greece Year of arrival not stated” percent of “Greece Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Greece_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Greece Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12. Hong Kong SAR of China TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_Tot'
    );

Measure “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_Tot'
    );

Measure “Hong Kong SAR of China Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_Tot',
      'denominator'
    );

Measure “Hong Kong SAR of China Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.1. Hong Kong SAR of China Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1941_1950'
    );

Measure “Hong Kong SAR of China Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1941_1950'
    );

Measure “Hong Kong SAR of China Year of arrival 1941-1950” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1941_1950',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 1941-1950” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.2. Hong Kong SAR of China Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1951_1960'
    );

Measure “Hong Kong SAR of China Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1951_1960'
    );

Measure “Hong Kong SAR of China Year of arrival 1951-1960” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1951_1960',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 1951-1960” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.3. Hong Kong SAR of China Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1961_1970'
    );

Measure “Hong Kong SAR of China Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1961_1970'
    );

Measure “Hong Kong SAR of China Year of arrival 1961-1970” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1961_1970',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 1961-1970” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.4. Hong Kong SAR of China Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1971_1980'
    );

Measure “Hong Kong SAR of China Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1971_1980'
    );

Measure “Hong Kong SAR of China Year of arrival 1971-1980” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1971_1980',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 1971-1980” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.5. Hong Kong SAR of China Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1981_1990'
    );

Measure “Hong Kong SAR of China Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1981_1990'
    );

Measure “Hong Kong SAR of China Year of arrival 1981-1990” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1981_1990',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 1981-1990” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.6. Hong Kong SAR of China Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1991_2000'
    );

Measure “Hong Kong SAR of China Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1991_2000'
    );

Measure “Hong Kong SAR of China Year of arrival 1991-2000” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_1991_2000',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 1991-2000” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.7. Hong Kong SAR of China Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_2001_2005'
    );

Measure “Hong Kong SAR of China Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_2001_2005'
    );

Measure “Hong Kong SAR of China Year of arrival 2001-2005” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_2001_2005',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 2001-2005” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.8. Hong Kong SAR of China Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2006'
    );

Measure “Hong Kong SAR of China Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2006'
    );

Measure “Hong Kong SAR of China Year of arrival 2006” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2006',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 2006” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.9. Hong Kong SAR of China Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2007'
    );

Measure “Hong Kong SAR of China Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2007'
    );

Measure “Hong Kong SAR of China Year of arrival 2007” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2007',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 2007” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.10. Hong Kong SAR of China Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2008'
    );

Measure “Hong Kong SAR of China Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2008'
    );

Measure “Hong Kong SAR of China Year of arrival 2008” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2008',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 2008” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.11. Hong Kong SAR of China Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2009'
    );

Measure “Hong Kong SAR of China Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2009'
    );

Measure “Hong Kong SAR of China Year of arrival 2009” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2009',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 2009” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.12. Hong Kong SAR of China Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2010'
    );

Measure “Hong Kong SAR of China Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2010'
    );

Measure “Hong Kong SAR of China Year of arrival 2010” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2010',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 2010” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.13. Hong Kong SAR of China Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2011'
    );

Measure “Hong Kong SAR of China Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2011'
    );

Measure “Hong Kong SAR of China Year of arrival 2011” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hong_Kong_SAR_China_2011',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival 2011” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hong_Kong_SAR_China_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.14. Hong Kong SAR of China Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_Bfre_1941'
    );

Measure “Hong Kong SAR of China Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_Bfre_1941'
    );

Measure “Hong Kong SAR of China Year of arrival Before 1941” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_China_Bfre_1941',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival Before 1941” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_China_Bfre_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.12.15. Hong Kong SAR of China Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Hong Kong SAR of China Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_Chna_arrival_ns'
    );

Measure “Hong Kong SAR of China Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_Chna_arrival_ns'
    );

Measure “Hong Kong SAR of China Year of arrival not stated” percent of “Hong Kong SAR of China Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Hng_Kng_SAR_Chna_arrival_ns',
      'denominator'
    );

Measure “Hong Kong SAR of China Year of arrival not stated” percent of “Hong Kong SAR of China Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Hng_Kng_SAR_Chna_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Hong Kong SAR of China Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13. India TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_Tot'
    );

Measure “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_Tot'
    );

Measure “India Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_Tot',
      'denominator'
    );

Measure “India Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.1. India Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1941_1950'
    );

Measure “India Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1941_1950'
    );

Measure “India Year of arrival 1941-1950” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1941_1950',
      'denominator'
    );

Measure “India Year of arrival 1941-1950” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.2. India Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1951_1960'
    );

Measure “India Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1951_1960'
    );

Measure “India Year of arrival 1951-1960” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1951_1960',
      'denominator'
    );

Measure “India Year of arrival 1951-1960” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.3. India Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1961_1970'
    );

Measure “India Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1961_1970'
    );

Measure “India Year of arrival 1961-1970” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1961_1970',
      'denominator'
    );

Measure “India Year of arrival 1961-1970” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.4. India Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1971_1980'
    );

Measure “India Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1971_1980'
    );

Measure “India Year of arrival 1971-1980” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1971_1980',
      'denominator'
    );

Measure “India Year of arrival 1971-1980” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.5. India Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1981_1990'
    );

Measure “India Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1981_1990'
    );

Measure “India Year of arrival 1981-1990” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1981_1990',
      'denominator'
    );

Measure “India Year of arrival 1981-1990” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.6. India Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1991_2000'
    );

Measure “India Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1991_2000'
    );

Measure “India Year of arrival 1991-2000” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_1991_2000',
      'denominator'
    );

Measure “India Year of arrival 1991-2000” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.7. India Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2001_2005'
    );

Measure “India Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2001_2005'
    );

Measure “India Year of arrival 2001-2005” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2001_2005',
      'denominator'
    );

Measure “India Year of arrival 2001-2005” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.8. India Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2006'
    );

Measure “India Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2006'
    );

Measure “India Year of arrival 2006” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2006',
      'denominator'
    );

Measure “India Year of arrival 2006” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.9. India Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2007'
    );

Measure “India Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2007'
    );

Measure “India Year of arrival 2007” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2007',
      'denominator'
    );

Measure “India Year of arrival 2007” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.10. India Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2008'
    );

Measure “India Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2008'
    );

Measure “India Year of arrival 2008” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2008',
      'denominator'
    );

Measure “India Year of arrival 2008” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.11. India Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2009'
    );

Measure “India Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2009'
    );

Measure “India Year of arrival 2009” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2009',
      'denominator'
    );

Measure “India Year of arrival 2009” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.12. India Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2010'
    );

Measure “India Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2010'
    );

Measure “India Year of arrival 2010” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2010',
      'denominator'
    );

Measure “India Year of arrival 2010” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.13. India Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2011'
    );

Measure “India Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2011'
    );

Measure “India Year of arrival 2011” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_2011',
      'denominator'
    );

Measure “India Year of arrival 2011” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.14. India Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_Before_1941'
    );

Measure “India Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_Before_1941'
    );

Measure “India Year of arrival Before 1941” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_Before_1941',
      'denominator'
    );

Measure “India Year of arrival Before 1941” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.13.15. India Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “India Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_Yr_arrival_NS'
    );

Measure “India Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_Yr_arrival_NS'
    );

Measure “India Year of arrival not stated” percent of “India Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_India_Yr_arrival_NS',
      'denominator'
    );

Measure “India Year of arrival not stated” percent of “India Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_India_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:India Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14. Indonesia TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_Tot'
    );

Measure “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_Tot'
    );

Measure “Indonesia Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_Tot',
      'denominator'
    );

Measure “Indonesia Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.1. Indonesia Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1941_1950'
    );

Measure “Indonesia Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1941_1950'
    );

Measure “Indonesia Year of arrival 1941-1950” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1941_1950',
      'denominator'
    );

Measure “Indonesia Year of arrival 1941-1950” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.2. Indonesia Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1951_1960'
    );

Measure “Indonesia Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1951_1960'
    );

Measure “Indonesia Year of arrival 1951-1960” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1951_1960',
      'denominator'
    );

Measure “Indonesia Year of arrival 1951-1960” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.3. Indonesia Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1961_1970'
    );

Measure “Indonesia Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1961_1970'
    );

Measure “Indonesia Year of arrival 1961-1970” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1961_1970',
      'denominator'
    );

Measure “Indonesia Year of arrival 1961-1970” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.4. Indonesia Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1971_1980'
    );

Measure “Indonesia Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1971_1980'
    );

Measure “Indonesia Year of arrival 1971-1980” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1971_1980',
      'denominator'
    );

Measure “Indonesia Year of arrival 1971-1980” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.5. Indonesia Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1981_1990'
    );

Measure “Indonesia Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1981_1990'
    );

Measure “Indonesia Year of arrival 1981-1990” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1981_1990',
      'denominator'
    );

Measure “Indonesia Year of arrival 1981-1990” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.6. Indonesia Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1991_2000'
    );

Measure “Indonesia Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1991_2000'
    );

Measure “Indonesia Year of arrival 1991-2000” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_1991_2000',
      'denominator'
    );

Measure “Indonesia Year of arrival 1991-2000” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.7. Indonesia Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_2001_2005'
    );

Measure “Indonesia Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_2001_2005'
    );

Measure “Indonesia Year of arrival 2001-2005” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_2001_2005',
      'denominator'
    );

Measure “Indonesia Year of arrival 2001-2005” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.8. Indonesia Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2006'
    );

Measure “Indonesia Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2006'
    );

Measure “Indonesia Year of arrival 2006” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2006',
      'denominator'
    );

Measure “Indonesia Year of arrival 2006” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.9. Indonesia Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2007'
    );

Measure “Indonesia Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2007'
    );

Measure “Indonesia Year of arrival 2007” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2007',
      'denominator'
    );

Measure “Indonesia Year of arrival 2007” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.10. Indonesia Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2008'
    );

Measure “Indonesia Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2008'
    );

Measure “Indonesia Year of arrival 2008” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2008',
      'denominator'
    );

Measure “Indonesia Year of arrival 2008” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.11. Indonesia Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2009'
    );

Measure “Indonesia Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2009'
    );

Measure “Indonesia Year of arrival 2009” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2009',
      'denominator'
    );

Measure “Indonesia Year of arrival 2009” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.12. Indonesia Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2010'
    );

Measure “Indonesia Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2010'
    );

Measure “Indonesia Year of arrival 2010” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2010',
      'denominator'
    );

Measure “Indonesia Year of arrival 2010” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.13. Indonesia Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2011'
    );

Measure “Indonesia Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2011'
    );

Measure “Indonesia Year of arrival 2011” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_2011',
      'denominator'
    );

Measure “Indonesia Year of arrival 2011” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.14. Indonesia Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_Before_1941'
    );

Measure “Indonesia Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_Before_1941'
    );

Measure “Indonesia Year of arrival Before 1941” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10A_Indonesia_Before_1941',
      'denominator'
    );

Measure “Indonesia Year of arrival Before 1941” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10A_Indonesia_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.14.15. Indonesia Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Indonesia Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_Yr_arrival_ns'
    );

Measure “Indonesia Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_Yr_arrival_ns'
    );

Measure “Indonesia Year of arrival not stated” percent of “Indonesia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Indonesia_Yr_arrival_ns',
      'denominator'
    );

Measure “Indonesia Year of arrival not stated” percent of “Indonesia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Indonesia_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Indonesia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15. Iraq TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_Tot'
    );

Measure “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_Tot'
    );

Measure “Iraq Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_Tot',
      'denominator'
    );

Measure “Iraq Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.1. Iraq Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1941_1950'
    );

Measure “Iraq Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1941_1950'
    );

Measure “Iraq Year of arrival 1941-1950” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1941_1950',
      'denominator'
    );

Measure “Iraq Year of arrival 1941-1950” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.2. Iraq Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1951_1960'
    );

Measure “Iraq Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1951_1960'
    );

Measure “Iraq Year of arrival 1951-1960” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1951_1960',
      'denominator'
    );

Measure “Iraq Year of arrival 1951-1960” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.3. Iraq Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1961_1970'
    );

Measure “Iraq Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1961_1970'
    );

Measure “Iraq Year of arrival 1961-1970” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1961_1970',
      'denominator'
    );

Measure “Iraq Year of arrival 1961-1970” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.4. Iraq Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1971_1980'
    );

Measure “Iraq Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1971_1980'
    );

Measure “Iraq Year of arrival 1971-1980” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1971_1980',
      'denominator'
    );

Measure “Iraq Year of arrival 1971-1980” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.5. Iraq Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1981_1990'
    );

Measure “Iraq Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1981_1990'
    );

Measure “Iraq Year of arrival 1981-1990” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1981_1990',
      'denominator'
    );

Measure “Iraq Year of arrival 1981-1990” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.6. Iraq Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1991_2000'
    );

Measure “Iraq Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1991_2000'
    );

Measure “Iraq Year of arrival 1991-2000” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_1991_2000',
      'denominator'
    );

Measure “Iraq Year of arrival 1991-2000” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.7. Iraq Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2001_2005'
    );

Measure “Iraq Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2001_2005'
    );

Measure “Iraq Year of arrival 2001-2005” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2001_2005',
      'denominator'
    );

Measure “Iraq Year of arrival 2001-2005” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.8. Iraq Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2006'
    );

Measure “Iraq Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2006'
    );

Measure “Iraq Year of arrival 2006” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2006',
      'denominator'
    );

Measure “Iraq Year of arrival 2006” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.9. Iraq Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2007'
    );

Measure “Iraq Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2007'
    );

Measure “Iraq Year of arrival 2007” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2007',
      'denominator'
    );

Measure “Iraq Year of arrival 2007” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.10. Iraq Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2008'
    );

Measure “Iraq Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2008'
    );

Measure “Iraq Year of arrival 2008” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2008',
      'denominator'
    );

Measure “Iraq Year of arrival 2008” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.11. Iraq Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2009'
    );

Measure “Iraq Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2009'
    );

Measure “Iraq Year of arrival 2009” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2009',
      'denominator'
    );

Measure “Iraq Year of arrival 2009” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.12. Iraq Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2010'
    );

Measure “Iraq Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2010'
    );

Measure “Iraq Year of arrival 2010” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2010',
      'denominator'
    );

Measure “Iraq Year of arrival 2010” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.13. Iraq Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2011'
    );

Measure “Iraq Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2011'
    );

Measure “Iraq Year of arrival 2011” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_2011',
      'denominator'
    );

Measure “Iraq Year of arrival 2011” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.14. Iraq Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_Before_1941'
    );

Measure “Iraq Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_Before_1941'
    );

Measure “Iraq Year of arrival Before 1941” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_Before_1941',
      'denominator'
    );

Measure “Iraq Year of arrival Before 1941” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.15.15. Iraq Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Iraq Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_Yr_arrival_NS'
    );

Measure “Iraq Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_Yr_arrival_NS'
    );

Measure “Iraq Year of arrival not stated” percent of “Iraq Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Iraq_Yr_arrival_NS',
      'denominator'
    );

Measure “Iraq Year of arrival not stated” percent of “Iraq Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Iraq_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Iraq Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16. Ireland TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_Tot'
    );

Measure “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_Tot'
    );

Measure “Ireland Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_Tot',
      'denominator'
    );

Measure “Ireland Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.1. Ireland Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1941_1950'
    );

Measure “Ireland Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1941_1950'
    );

Measure “Ireland Year of arrival 1941-1950” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1941_1950',
      'denominator'
    );

Measure “Ireland Year of arrival 1941-1950” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.2. Ireland Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1951_1960'
    );

Measure “Ireland Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1951_1960'
    );

Measure “Ireland Year of arrival 1951-1960” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1951_1960',
      'denominator'
    );

Measure “Ireland Year of arrival 1951-1960” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.3. Ireland Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1961_1970'
    );

Measure “Ireland Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1961_1970'
    );

Measure “Ireland Year of arrival 1961-1970” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1961_1970',
      'denominator'
    );

Measure “Ireland Year of arrival 1961-1970” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.4. Ireland Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1971_1980'
    );

Measure “Ireland Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1971_1980'
    );

Measure “Ireland Year of arrival 1971-1980” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1971_1980',
      'denominator'
    );

Measure “Ireland Year of arrival 1971-1980” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.5. Ireland Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1981_1990'
    );

Measure “Ireland Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1981_1990'
    );

Measure “Ireland Year of arrival 1981-1990” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1981_1990',
      'denominator'
    );

Measure “Ireland Year of arrival 1981-1990” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.6. Ireland Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1991_2000'
    );

Measure “Ireland Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1991_2000'
    );

Measure “Ireland Year of arrival 1991-2000” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_1991_2000',
      'denominator'
    );

Measure “Ireland Year of arrival 1991-2000” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.7. Ireland Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2001_2005'
    );

Measure “Ireland Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2001_2005'
    );

Measure “Ireland Year of arrival 2001-2005” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2001_2005',
      'denominator'
    );

Measure “Ireland Year of arrival 2001-2005” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.8. Ireland Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2006'
    );

Measure “Ireland Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2006'
    );

Measure “Ireland Year of arrival 2006” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2006',
      'denominator'
    );

Measure “Ireland Year of arrival 2006” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.9. Ireland Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2007'
    );

Measure “Ireland Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2007'
    );

Measure “Ireland Year of arrival 2007” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2007',
      'denominator'
    );

Measure “Ireland Year of arrival 2007” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.10. Ireland Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2008'
    );

Measure “Ireland Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2008'
    );

Measure “Ireland Year of arrival 2008” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2008',
      'denominator'
    );

Measure “Ireland Year of arrival 2008” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.11. Ireland Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2009'
    );

Measure “Ireland Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2009'
    );

Measure “Ireland Year of arrival 2009” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2009',
      'denominator'
    );

Measure “Ireland Year of arrival 2009” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.12. Ireland Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2010'
    );

Measure “Ireland Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2010'
    );

Measure “Ireland Year of arrival 2010” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2010',
      'denominator'
    );

Measure “Ireland Year of arrival 2010” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.13. Ireland Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2011'
    );

Measure “Ireland Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2011'
    );

Measure “Ireland Year of arrival 2011” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_2011',
      'denominator'
    );

Measure “Ireland Year of arrival 2011” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.14. Ireland Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_Before_1941'
    );

Measure “Ireland Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_Before_1941'
    );

Measure “Ireland Year of arrival Before 1941” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_Before_1941',
      'denominator'
    );

Measure “Ireland Year of arrival Before 1941” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.16.15. Ireland Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Ireland Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_Yr_arrival_NS'
    );

Measure “Ireland Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_Yr_arrival_NS'
    );

Measure “Ireland Year of arrival not stated” percent of “Ireland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Ireland_Yr_arrival_NS',
      'denominator'
    );

Measure “Ireland Year of arrival not stated” percent of “Ireland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Ireland_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Ireland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17. Italy TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_Tot'
    );

Measure “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_Tot'
    );

Measure “Italy Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_Tot',
      'denominator'
    );

Measure “Italy Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.1. Italy Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1941_1950'
    );

Measure “Italy Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1941_1950'
    );

Measure “Italy Year of arrival 1941-1950” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1941_1950',
      'denominator'
    );

Measure “Italy Year of arrival 1941-1950” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.2. Italy Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1951_1960'
    );

Measure “Italy Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1951_1960'
    );

Measure “Italy Year of arrival 1951-1960” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1951_1960',
      'denominator'
    );

Measure “Italy Year of arrival 1951-1960” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.3. Italy Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1961_1970'
    );

Measure “Italy Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1961_1970'
    );

Measure “Italy Year of arrival 1961-1970” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1961_1970',
      'denominator'
    );

Measure “Italy Year of arrival 1961-1970” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.4. Italy Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1971_1980'
    );

Measure “Italy Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1971_1980'
    );

Measure “Italy Year of arrival 1971-1980” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1971_1980',
      'denominator'
    );

Measure “Italy Year of arrival 1971-1980” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.5. Italy Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1981_1990'
    );

Measure “Italy Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1981_1990'
    );

Measure “Italy Year of arrival 1981-1990” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1981_1990',
      'denominator'
    );

Measure “Italy Year of arrival 1981-1990” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.6. Italy Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1991_2000'
    );

Measure “Italy Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1991_2000'
    );

Measure “Italy Year of arrival 1991-2000” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_1991_2000',
      'denominator'
    );

Measure “Italy Year of arrival 1991-2000” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.7. Italy Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2001_2005'
    );

Measure “Italy Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2001_2005'
    );

Measure “Italy Year of arrival 2001-2005” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2001_2005',
      'denominator'
    );

Measure “Italy Year of arrival 2001-2005” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.8. Italy Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2006'
    );

Measure “Italy Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2006'
    );

Measure “Italy Year of arrival 2006” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2006',
      'denominator'
    );

Measure “Italy Year of arrival 2006” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.9. Italy Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2007'
    );

Measure “Italy Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2007'
    );

Measure “Italy Year of arrival 2007” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2007',
      'denominator'
    );

Measure “Italy Year of arrival 2007” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.10. Italy Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2008'
    );

Measure “Italy Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2008'
    );

Measure “Italy Year of arrival 2008” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2008',
      'denominator'
    );

Measure “Italy Year of arrival 2008” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.11. Italy Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2009'
    );

Measure “Italy Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2009'
    );

Measure “Italy Year of arrival 2009” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2009',
      'denominator'
    );

Measure “Italy Year of arrival 2009” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.12. Italy Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2010'
    );

Measure “Italy Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2010'
    );

Measure “Italy Year of arrival 2010” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2010',
      'denominator'
    );

Measure “Italy Year of arrival 2010” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.13. Italy Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2011'
    );

Measure “Italy Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2011'
    );

Measure “Italy Year of arrival 2011” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_2011',
      'denominator'
    );

Measure “Italy Year of arrival 2011” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.14. Italy Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_Before_1941'
    );

Measure “Italy Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_Before_1941'
    );

Measure “Italy Year of arrival Before 1941” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_Before_1941',
      'denominator'
    );

Measure “Italy Year of arrival Before 1941” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.17.15. Italy Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Italy Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_Yr_arrival_NS'
    );

Measure “Italy Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_Yr_arrival_NS'
    );

Measure “Italy Year of arrival not stated” percent of “Italy Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Italy_Yr_arrival_NS',
      'denominator'
    );

Measure “Italy Year of arrival not stated” percent of “Italy Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Italy_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Italy Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18. Japan TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_Tot'
    );

Measure “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_Tot'
    );

Measure “Japan Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_Tot',
      'denominator'
    );

Measure “Japan Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.1. Japan Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1941_1950'
    );

Measure “Japan Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1941_1950'
    );

Measure “Japan Year of arrival 1941-1950” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1941_1950',
      'denominator'
    );

Measure “Japan Year of arrival 1941-1950” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.2. Japan Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1951_1960'
    );

Measure “Japan Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1951_1960'
    );

Measure “Japan Year of arrival 1951-1960” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1951_1960',
      'denominator'
    );

Measure “Japan Year of arrival 1951-1960” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.3. Japan Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1961_1970'
    );

Measure “Japan Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1961_1970'
    );

Measure “Japan Year of arrival 1961-1970” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1961_1970',
      'denominator'
    );

Measure “Japan Year of arrival 1961-1970” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.4. Japan Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1971_1980'
    );

Measure “Japan Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1971_1980'
    );

Measure “Japan Year of arrival 1971-1980” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1971_1980',
      'denominator'
    );

Measure “Japan Year of arrival 1971-1980” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.5. Japan Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1981_1990'
    );

Measure “Japan Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1981_1990'
    );

Measure “Japan Year of arrival 1981-1990” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1981_1990',
      'denominator'
    );

Measure “Japan Year of arrival 1981-1990” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.6. Japan Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1991_2000'
    );

Measure “Japan Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1991_2000'
    );

Measure “Japan Year of arrival 1991-2000” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_1991_2000',
      'denominator'
    );

Measure “Japan Year of arrival 1991-2000” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.7. Japan Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2001_2005'
    );

Measure “Japan Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2001_2005'
    );

Measure “Japan Year of arrival 2001-2005” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2001_2005',
      'denominator'
    );

Measure “Japan Year of arrival 2001-2005” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.8. Japan Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2006'
    );

Measure “Japan Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2006'
    );

Measure “Japan Year of arrival 2006” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2006',
      'denominator'
    );

Measure “Japan Year of arrival 2006” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.9. Japan Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2007'
    );

Measure “Japan Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2007'
    );

Measure “Japan Year of arrival 2007” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2007',
      'denominator'
    );

Measure “Japan Year of arrival 2007” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.10. Japan Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2008'
    );

Measure “Japan Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2008'
    );

Measure “Japan Year of arrival 2008” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2008',
      'denominator'
    );

Measure “Japan Year of arrival 2008” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.11. Japan Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2009'
    );

Measure “Japan Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2009'
    );

Measure “Japan Year of arrival 2009” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2009',
      'denominator'
    );

Measure “Japan Year of arrival 2009” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.12. Japan Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2010'
    );

Measure “Japan Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2010'
    );

Measure “Japan Year of arrival 2010” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2010',
      'denominator'
    );

Measure “Japan Year of arrival 2010” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.13. Japan Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2011'
    );

Measure “Japan Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2011'
    );

Measure “Japan Year of arrival 2011” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_2011',
      'denominator'
    );

Measure “Japan Year of arrival 2011” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.14. Japan Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_Before_1941'
    );

Measure “Japan Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_Before_1941'
    );

Measure “Japan Year of arrival Before 1941” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_Before_1941',
      'denominator'
    );

Measure “Japan Year of arrival Before 1941” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.18.15. Japan Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Japan Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_Yr_arrival_NS'
    );

Measure “Japan Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_Yr_arrival_NS'
    );

Measure “Japan Year of arrival not stated” percent of “Japan Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Japan_Yr_arrival_NS',
      'denominator'
    );

Measure “Japan Year of arrival not stated” percent of “Japan Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Japan_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Japan Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19. Korea Republic of South TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_Tot'
    );

Measure “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_Tot'
    );

Measure “Korea Republic of South Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_Tot',
      'denominator'
    );

Measure “Korea Republic of South Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.1. Korea Republic of South Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1941_1950'
    );

Measure “Korea Republic of South Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1941_1950'
    );

Measure “Korea Republic of South Year of arrival 1941-1950” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1941_1950',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 1941-1950” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.2. Korea Republic of South Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1951_1960'
    );

Measure “Korea Republic of South Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1951_1960'
    );

Measure “Korea Republic of South Year of arrival 1951-1960” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1951_1960',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 1951-1960” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.3. Korea Republic of South Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1961_1970'
    );

Measure “Korea Republic of South Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1961_1970'
    );

Measure “Korea Republic of South Year of arrival 1961-1970” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1961_1970',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 1961-1970” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.4. Korea Republic of South Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1971_1980'
    );

Measure “Korea Republic of South Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1971_1980'
    );

Measure “Korea Republic of South Year of arrival 1971-1980” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1971_1980',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 1971-1980” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.5. Korea Republic of South Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1981_1990'
    );

Measure “Korea Republic of South Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1981_1990'
    );

Measure “Korea Republic of South Year of arrival 1981-1990” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1981_1990',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 1981-1990” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.6. Korea Republic of South Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1991_2000'
    );

Measure “Korea Republic of South Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1991_2000'
    );

Measure “Korea Republic of South Year of arrival 1991-2000” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_1991_2000',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 1991-2000” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.7. Korea Republic of South Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_2001_2005'
    );

Measure “Korea Republic of South Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_2001_2005'
    );

Measure “Korea Republic of South Year of arrival 2001-2005” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_2001_2005',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 2001-2005” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.8. Korea Republic of South Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2006'
    );

Measure “Korea Republic of South Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2006'
    );

Measure “Korea Republic of South Year of arrival 2006” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2006',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 2006” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.9. Korea Republic of South Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2007'
    );

Measure “Korea Republic of South Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2007'
    );

Measure “Korea Republic of South Year of arrival 2007” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2007',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 2007” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.10. Korea Republic of South Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2008'
    );

Measure “Korea Republic of South Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2008'
    );

Measure “Korea Republic of South Year of arrival 2008” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2008',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 2008” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.11. Korea Republic of South Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2009'
    );

Measure “Korea Republic of South Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2009'
    );

Measure “Korea Republic of South Year of arrival 2009” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2009',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 2009” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.12. Korea Republic of South Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2010'
    );

Measure “Korea Republic of South Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2010'
    );

Measure “Korea Republic of South Year of arrival 2010” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2010',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 2010” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.13. Korea Republic of South Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2011'
    );

Measure “Korea Republic of South Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2011'
    );

Measure “Korea Republic of South Year of arrival 2011” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Republic_South_2011',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival 2011” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Republic_South_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.14. Korea Republic of South Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_Before_1941'
    );

Measure “Korea Republic of South Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_Before_1941'
    );

Measure “Korea Republic of South Year of arrival Before 1941” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Rep_Sth_Before_1941',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival Before 1941” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Rep_Sth_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.19.15. Korea Republic of South Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Korea Republic of South Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Repub_Sth_arrival_ns'
    );

Measure “Korea Republic of South Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Repub_Sth_arrival_ns'
    );

Measure “Korea Republic of South Year of arrival not stated” percent of “Korea Republic of South Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Korea_Repub_Sth_arrival_ns',
      'denominator'
    );

Measure “Korea Republic of South Year of arrival not stated” percent of “Korea Republic of South Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Korea_Repub_Sth_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Korea Republic of South Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20. Lebanon TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_Tot'
    );

Measure “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_Tot'
    );

Measure “Lebanon Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_Tot',
      'denominator'
    );

Measure “Lebanon Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.1. Lebanon Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1941_1950'
    );

Measure “Lebanon Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1941_1950'
    );

Measure “Lebanon Year of arrival 1941-1950” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1941_1950',
      'denominator'
    );

Measure “Lebanon Year of arrival 1941-1950” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.2. Lebanon Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1951_1960'
    );

Measure “Lebanon Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1951_1960'
    );

Measure “Lebanon Year of arrival 1951-1960” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1951_1960',
      'denominator'
    );

Measure “Lebanon Year of arrival 1951-1960” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.3. Lebanon Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1961_1970'
    );

Measure “Lebanon Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1961_1970'
    );

Measure “Lebanon Year of arrival 1961-1970” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1961_1970',
      'denominator'
    );

Measure “Lebanon Year of arrival 1961-1970” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.4. Lebanon Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1971_1980'
    );

Measure “Lebanon Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1971_1980'
    );

Measure “Lebanon Year of arrival 1971-1980” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1971_1980',
      'denominator'
    );

Measure “Lebanon Year of arrival 1971-1980” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.5. Lebanon Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1981_1990'
    );

Measure “Lebanon Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1981_1990'
    );

Measure “Lebanon Year of arrival 1981-1990” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1981_1990',
      'denominator'
    );

Measure “Lebanon Year of arrival 1981-1990” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.6. Lebanon Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1991_2000'
    );

Measure “Lebanon Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1991_2000'
    );

Measure “Lebanon Year of arrival 1991-2000” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_1991_2000',
      'denominator'
    );

Measure “Lebanon Year of arrival 1991-2000” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.7. Lebanon Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2001_2005'
    );

Measure “Lebanon Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2001_2005'
    );

Measure “Lebanon Year of arrival 2001-2005” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2001_2005',
      'denominator'
    );

Measure “Lebanon Year of arrival 2001-2005” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.8. Lebanon Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2006'
    );

Measure “Lebanon Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2006'
    );

Measure “Lebanon Year of arrival 2006” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2006',
      'denominator'
    );

Measure “Lebanon Year of arrival 2006” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.9. Lebanon Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2007'
    );

Measure “Lebanon Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2007'
    );

Measure “Lebanon Year of arrival 2007” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2007',
      'denominator'
    );

Measure “Lebanon Year of arrival 2007” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.10. Lebanon Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2008'
    );

Measure “Lebanon Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2008'
    );

Measure “Lebanon Year of arrival 2008” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2008',
      'denominator'
    );

Measure “Lebanon Year of arrival 2008” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.11. Lebanon Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2009'
    );

Measure “Lebanon Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2009'
    );

Measure “Lebanon Year of arrival 2009” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2009',
      'denominator'
    );

Measure “Lebanon Year of arrival 2009” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.12. Lebanon Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2010'
    );

Measure “Lebanon Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2010'
    );

Measure “Lebanon Year of arrival 2010” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2010',
      'denominator'
    );

Measure “Lebanon Year of arrival 2010” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.13. Lebanon Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2011'
    );

Measure “Lebanon Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2011'
    );

Measure “Lebanon Year of arrival 2011” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_2011',
      'denominator'
    );

Measure “Lebanon Year of arrival 2011” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.14. Lebanon Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_Before_1941'
    );

Measure “Lebanon Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_Before_1941'
    );

Measure “Lebanon Year of arrival Before 1941” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_Before_1941',
      'denominator'
    );

Measure “Lebanon Year of arrival Before 1941” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.20.15. Lebanon Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Lebanon Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_Yr_arrival_NS'
    );

Measure “Lebanon Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_Yr_arrival_NS'
    );

Measure “Lebanon Year of arrival not stated” percent of “Lebanon Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Lebanon_Yr_arrival_NS',
      'denominator'
    );

Measure “Lebanon Year of arrival not stated” percent of “Lebanon Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Lebanon_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Lebanon Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21. Malaysia TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_Tot'
    );

Measure “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_Tot'
    );

Measure “Malaysia Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_Tot',
      'denominator'
    );

Measure “Malaysia Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.1. Malaysia Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1941_1950'
    );

Measure “Malaysia Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1941_1950'
    );

Measure “Malaysia Year of arrival 1941-1950” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1941_1950',
      'denominator'
    );

Measure “Malaysia Year of arrival 1941-1950” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.2. Malaysia Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1951_1960'
    );

Measure “Malaysia Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1951_1960'
    );

Measure “Malaysia Year of arrival 1951-1960” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1951_1960',
      'denominator'
    );

Measure “Malaysia Year of arrival 1951-1960” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.3. Malaysia Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1961_1970'
    );

Measure “Malaysia Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1961_1970'
    );

Measure “Malaysia Year of arrival 1961-1970” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1961_1970',
      'denominator'
    );

Measure “Malaysia Year of arrival 1961-1970” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.4. Malaysia Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1971_1980'
    );

Measure “Malaysia Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1971_1980'
    );

Measure “Malaysia Year of arrival 1971-1980” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1971_1980',
      'denominator'
    );

Measure “Malaysia Year of arrival 1971-1980” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.5. Malaysia Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1981_1990'
    );

Measure “Malaysia Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1981_1990'
    );

Measure “Malaysia Year of arrival 1981-1990” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1981_1990',
      'denominator'
    );

Measure “Malaysia Year of arrival 1981-1990” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.6. Malaysia Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1991_2000'
    );

Measure “Malaysia Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1991_2000'
    );

Measure “Malaysia Year of arrival 1991-2000” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_1991_2000',
      'denominator'
    );

Measure “Malaysia Year of arrival 1991-2000” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.7. Malaysia Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2001_2005'
    );

Measure “Malaysia Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2001_2005'
    );

Measure “Malaysia Year of arrival 2001-2005” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2001_2005',
      'denominator'
    );

Measure “Malaysia Year of arrival 2001-2005” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.8. Malaysia Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2006'
    );

Measure “Malaysia Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2006'
    );

Measure “Malaysia Year of arrival 2006” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2006',
      'denominator'
    );

Measure “Malaysia Year of arrival 2006” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.9. Malaysia Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2007'
    );

Measure “Malaysia Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2007'
    );

Measure “Malaysia Year of arrival 2007” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2007',
      'denominator'
    );

Measure “Malaysia Year of arrival 2007” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.10. Malaysia Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2008'
    );

Measure “Malaysia Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2008'
    );

Measure “Malaysia Year of arrival 2008” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2008',
      'denominator'
    );

Measure “Malaysia Year of arrival 2008” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.11. Malaysia Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2009'
    );

Measure “Malaysia Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2009'
    );

Measure “Malaysia Year of arrival 2009” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2009',
      'denominator'
    );

Measure “Malaysia Year of arrival 2009” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.12. Malaysia Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2010'
    );

Measure “Malaysia Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2010'
    );

Measure “Malaysia Year of arrival 2010” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2010',
      'denominator'
    );

Measure “Malaysia Year of arrival 2010” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.13. Malaysia Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2011'
    );

Measure “Malaysia Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2011'
    );

Measure “Malaysia Year of arrival 2011” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_2011',
      'denominator'
    );

Measure “Malaysia Year of arrival 2011” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.14. Malaysia Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_Before_1941'
    );

Measure “Malaysia Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_Before_1941'
    );

Measure “Malaysia Year of arrival Before 1941” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_Before_1941',
      'denominator'
    );

Measure “Malaysia Year of arrival Before 1941” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.21.15. Malaysia Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malaysia Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_Yr_arrival_ns'
    );

Measure “Malaysia Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_Yr_arrival_ns'
    );

Measure “Malaysia Year of arrival not stated” percent of “Malaysia Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malaysia_Yr_arrival_ns',
      'denominator'
    );

Measure “Malaysia Year of arrival not stated” percent of “Malaysia Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malaysia_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malaysia Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22. Malta TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_Tot'
    );

Measure “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_Tot'
    );

Measure “Malta Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_Tot',
      'denominator'
    );

Measure “Malta Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.1. Malta Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1941_1950'
    );

Measure “Malta Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1941_1950'
    );

Measure “Malta Year of arrival 1941-1950” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1941_1950',
      'denominator'
    );

Measure “Malta Year of arrival 1941-1950” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.2. Malta Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1951_1960'
    );

Measure “Malta Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1951_1960'
    );

Measure “Malta Year of arrival 1951-1960” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1951_1960',
      'denominator'
    );

Measure “Malta Year of arrival 1951-1960” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.3. Malta Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1961_1970'
    );

Measure “Malta Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1961_1970'
    );

Measure “Malta Year of arrival 1961-1970” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1961_1970',
      'denominator'
    );

Measure “Malta Year of arrival 1961-1970” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.4. Malta Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1971_1980'
    );

Measure “Malta Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1971_1980'
    );

Measure “Malta Year of arrival 1971-1980” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1971_1980',
      'denominator'
    );

Measure “Malta Year of arrival 1971-1980” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.5. Malta Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1981_1990'
    );

Measure “Malta Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1981_1990'
    );

Measure “Malta Year of arrival 1981-1990” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1981_1990',
      'denominator'
    );

Measure “Malta Year of arrival 1981-1990” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.6. Malta Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1991_2000'
    );

Measure “Malta Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1991_2000'
    );

Measure “Malta Year of arrival 1991-2000” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_1991_2000',
      'denominator'
    );

Measure “Malta Year of arrival 1991-2000” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.7. Malta Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2001_2005'
    );

Measure “Malta Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2001_2005'
    );

Measure “Malta Year of arrival 2001-2005” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2001_2005',
      'denominator'
    );

Measure “Malta Year of arrival 2001-2005” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.8. Malta Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2006'
    );

Measure “Malta Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2006'
    );

Measure “Malta Year of arrival 2006” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2006',
      'denominator'
    );

Measure “Malta Year of arrival 2006” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.9. Malta Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2007'
    );

Measure “Malta Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2007'
    );

Measure “Malta Year of arrival 2007” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2007',
      'denominator'
    );

Measure “Malta Year of arrival 2007” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.10. Malta Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2008'
    );

Measure “Malta Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2008'
    );

Measure “Malta Year of arrival 2008” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2008',
      'denominator'
    );

Measure “Malta Year of arrival 2008” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.11. Malta Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2009'
    );

Measure “Malta Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2009'
    );

Measure “Malta Year of arrival 2009” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2009',
      'denominator'
    );

Measure “Malta Year of arrival 2009” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.12. Malta Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2010'
    );

Measure “Malta Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2010'
    );

Measure “Malta Year of arrival 2010” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2010',
      'denominator'
    );

Measure “Malta Year of arrival 2010” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.13. Malta Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2011'
    );

Measure “Malta Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2011'
    );

Measure “Malta Year of arrival 2011” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_2011',
      'denominator'
    );

Measure “Malta Year of arrival 2011” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.14. Malta Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_Before_1941'
    );

Measure “Malta Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_Before_1941'
    );

Measure “Malta Year of arrival Before 1941” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_Before_1941',
      'denominator'
    );

Measure “Malta Year of arrival Before 1941” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.22.15. Malta Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Malta Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_Yr_arrival_NS'
    );

Measure “Malta Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_Yr_arrival_NS'
    );

Measure “Malta Year of arrival not stated” percent of “Malta Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Malta_Yr_arrival_NS',
      'denominator'
    );

Measure “Malta Year of arrival not stated” percent of “Malta Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Malta_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Malta Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23. Netherlands TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_Tot'
    );

Measure “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_Tot'
    );

Measure “Netherlands Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_Tot',
      'denominator'
    );

Measure “Netherlands Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.1. Netherlands Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1941_1950'
    );

Measure “Netherlands Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1941_1950'
    );

Measure “Netherlands Year of arrival 1941-1950” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1941_1950',
      'denominator'
    );

Measure “Netherlands Year of arrival 1941-1950” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.2. Netherlands Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1951_1960'
    );

Measure “Netherlands Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1951_1960'
    );

Measure “Netherlands Year of arrival 1951-1960” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1951_1960',
      'denominator'
    );

Measure “Netherlands Year of arrival 1951-1960” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.3. Netherlands Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1961_1970'
    );

Measure “Netherlands Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1961_1970'
    );

Measure “Netherlands Year of arrival 1961-1970” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1961_1970',
      'denominator'
    );

Measure “Netherlands Year of arrival 1961-1970” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.4. Netherlands Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1971_1980'
    );

Measure “Netherlands Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1971_1980'
    );

Measure “Netherlands Year of arrival 1971-1980” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1971_1980',
      'denominator'
    );

Measure “Netherlands Year of arrival 1971-1980” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.5. Netherlands Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1981_1990'
    );

Measure “Netherlands Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1981_1990'
    );

Measure “Netherlands Year of arrival 1981-1990” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1981_1990',
      'denominator'
    );

Measure “Netherlands Year of arrival 1981-1990” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.6. Netherlands Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1991_2000'
    );

Measure “Netherlands Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1991_2000'
    );

Measure “Netherlands Year of arrival 1991-2000” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_1991_2000',
      'denominator'
    );

Measure “Netherlands Year of arrival 1991-2000” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.7. Netherlands Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2001_2005'
    );

Measure “Netherlands Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2001_2005'
    );

Measure “Netherlands Year of arrival 2001-2005” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2001_2005',
      'denominator'
    );

Measure “Netherlands Year of arrival 2001-2005” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.8. Netherlands Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2006'
    );

Measure “Netherlands Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2006'
    );

Measure “Netherlands Year of arrival 2006” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2006',
      'denominator'
    );

Measure “Netherlands Year of arrival 2006” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.9. Netherlands Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2007'
    );

Measure “Netherlands Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2007'
    );

Measure “Netherlands Year of arrival 2007” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2007',
      'denominator'
    );

Measure “Netherlands Year of arrival 2007” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.10. Netherlands Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2008'
    );

Measure “Netherlands Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2008'
    );

Measure “Netherlands Year of arrival 2008” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2008',
      'denominator'
    );

Measure “Netherlands Year of arrival 2008” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.11. Netherlands Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2009'
    );

Measure “Netherlands Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2009'
    );

Measure “Netherlands Year of arrival 2009” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2009',
      'denominator'
    );

Measure “Netherlands Year of arrival 2009” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.12. Netherlands Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2010'
    );

Measure “Netherlands Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2010'
    );

Measure “Netherlands Year of arrival 2010” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2010',
      'denominator'
    );

Measure “Netherlands Year of arrival 2010” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.13. Netherlands Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2011'
    );

Measure “Netherlands Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2011'
    );

Measure “Netherlands Year of arrival 2011” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_2011',
      'denominator'
    );

Measure “Netherlands Year of arrival 2011” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.14. Netherlands Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_Before_1941'
    );

Measure “Netherlands Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_Before_1941'
    );

Measure “Netherlands Year of arrival Before 1941” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_Before_1941',
      'denominator'
    );

Measure “Netherlands Year of arrival Before 1941” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.23.15. Netherlands Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Netherlands Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_Yr_arrival_ns'
    );

Measure “Netherlands Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_Yr_arrival_ns'
    );

Measure “Netherlands Year of arrival not stated” percent of “Netherlands Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Netherlands_Yr_arrival_ns',
      'denominator'
    );

Measure “Netherlands Year of arrival not stated” percent of “Netherlands Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Netherlands_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Netherlands Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24. New Zealand TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_Tot'
    );

Measure “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_Tot'
    );

Measure “New Zealand Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_Tot',
      'denominator'
    );

Measure “New Zealand Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.1. New Zealand Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1941_1950'
    );

Measure “New Zealand Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1941_1950'
    );

Measure “New Zealand Year of arrival 1941-1950” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1941_1950',
      'denominator'
    );

Measure “New Zealand Year of arrival 1941-1950” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.2. New Zealand Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1951_1960'
    );

Measure “New Zealand Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1951_1960'
    );

Measure “New Zealand Year of arrival 1951-1960” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1951_1960',
      'denominator'
    );

Measure “New Zealand Year of arrival 1951-1960” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.3. New Zealand Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1961_1970'
    );

Measure “New Zealand Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1961_1970'
    );

Measure “New Zealand Year of arrival 1961-1970” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1961_1970',
      'denominator'
    );

Measure “New Zealand Year of arrival 1961-1970” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.4. New Zealand Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1971_1980'
    );

Measure “New Zealand Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1971_1980'
    );

Measure “New Zealand Year of arrival 1971-1980” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1971_1980',
      'denominator'
    );

Measure “New Zealand Year of arrival 1971-1980” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.5. New Zealand Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1981_1990'
    );

Measure “New Zealand Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1981_1990'
    );

Measure “New Zealand Year of arrival 1981-1990” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1981_1990',
      'denominator'
    );

Measure “New Zealand Year of arrival 1981-1990” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.6. New Zealand Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1991_2000'
    );

Measure “New Zealand Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1991_2000'
    );

Measure “New Zealand Year of arrival 1991-2000” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_1991_2000',
      'denominator'
    );

Measure “New Zealand Year of arrival 1991-2000” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.7. New Zealand Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2001_2005'
    );

Measure “New Zealand Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2001_2005'
    );

Measure “New Zealand Year of arrival 2001-2005” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2001_2005',
      'denominator'
    );

Measure “New Zealand Year of arrival 2001-2005” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.8. New Zealand Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2006'
    );

Measure “New Zealand Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2006'
    );

Measure “New Zealand Year of arrival 2006” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2006',
      'denominator'
    );

Measure “New Zealand Year of arrival 2006” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.9. New Zealand Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2007'
    );

Measure “New Zealand Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2007'
    );

Measure “New Zealand Year of arrival 2007” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2007',
      'denominator'
    );

Measure “New Zealand Year of arrival 2007” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.10. New Zealand Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2008'
    );

Measure “New Zealand Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2008'
    );

Measure “New Zealand Year of arrival 2008” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2008',
      'denominator'
    );

Measure “New Zealand Year of arrival 2008” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.11. New Zealand Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2009'
    );

Measure “New Zealand Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2009'
    );

Measure “New Zealand Year of arrival 2009” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2009',
      'denominator'
    );

Measure “New Zealand Year of arrival 2009” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.12. New Zealand Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2010'
    );

Measure “New Zealand Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2010'
    );

Measure “New Zealand Year of arrival 2010” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2010',
      'denominator'
    );

Measure “New Zealand Year of arrival 2010” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.13. New Zealand Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2011'
    );

Measure “New Zealand Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2011'
    );

Measure “New Zealand Year of arrival 2011” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_2011',
      'denominator'
    );

Measure “New Zealand Year of arrival 2011” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.14. New Zealand Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_Before_1941'
    );

Measure “New Zealand Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_Before_1941'
    );

Measure “New Zealand Year of arrival Before 1941” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_Before_1941',
      'denominator'
    );

Measure “New Zealand Year of arrival Before 1941” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.24.15. New Zealand Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “New Zealand Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_Yr_arrival_ns'
    );

Measure “New Zealand Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_Yr_arrival_ns'
    );

Measure “New Zealand Year of arrival not stated” percent of “New Zealand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_New_Zealand_Yr_arrival_ns',
      'denominator'
    );

Measure “New Zealand Year of arrival not stated” percent of “New Zealand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_New_Zealand_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:New Zealand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25. Philippines TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_Tot'
    );

Measure “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_Tot'
    );

Measure “Philippines Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_Tot',
      'denominator'
    );

Measure “Philippines Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.1. Philippines Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1941_1950'
    );

Measure “Philippines Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1941_1950'
    );

Measure “Philippines Year of arrival 1941-1950” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1941_1950',
      'denominator'
    );

Measure “Philippines Year of arrival 1941-1950” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.2. Philippines Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1951_1960'
    );

Measure “Philippines Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1951_1960'
    );

Measure “Philippines Year of arrival 1951-1960” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1951_1960',
      'denominator'
    );

Measure “Philippines Year of arrival 1951-1960” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.3. Philippines Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1961_1970'
    );

Measure “Philippines Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1961_1970'
    );

Measure “Philippines Year of arrival 1961-1970” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1961_1970',
      'denominator'
    );

Measure “Philippines Year of arrival 1961-1970” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.4. Philippines Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1971_1980'
    );

Measure “Philippines Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1971_1980'
    );

Measure “Philippines Year of arrival 1971-1980” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1971_1980',
      'denominator'
    );

Measure “Philippines Year of arrival 1971-1980” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.5. Philippines Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1981_1990'
    );

Measure “Philippines Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1981_1990'
    );

Measure “Philippines Year of arrival 1981-1990” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1981_1990',
      'denominator'
    );

Measure “Philippines Year of arrival 1981-1990” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.6. Philippines Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1991_2000'
    );

Measure “Philippines Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1991_2000'
    );

Measure “Philippines Year of arrival 1991-2000” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_1991_2000',
      'denominator'
    );

Measure “Philippines Year of arrival 1991-2000” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.7. Philippines Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2001_2005'
    );

Measure “Philippines Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2001_2005'
    );

Measure “Philippines Year of arrival 2001-2005” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2001_2005',
      'denominator'
    );

Measure “Philippines Year of arrival 2001-2005” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.8. Philippines Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2006'
    );

Measure “Philippines Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2006'
    );

Measure “Philippines Year of arrival 2006” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2006',
      'denominator'
    );

Measure “Philippines Year of arrival 2006” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.9. Philippines Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2007'
    );

Measure “Philippines Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2007'
    );

Measure “Philippines Year of arrival 2007” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2007',
      'denominator'
    );

Measure “Philippines Year of arrival 2007” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.10. Philippines Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2008'
    );

Measure “Philippines Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2008'
    );

Measure “Philippines Year of arrival 2008” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2008',
      'denominator'
    );

Measure “Philippines Year of arrival 2008” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.11. Philippines Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2009'
    );

Measure “Philippines Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2009'
    );

Measure “Philippines Year of arrival 2009” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2009',
      'denominator'
    );

Measure “Philippines Year of arrival 2009” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.12. Philippines Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2010'
    );

Measure “Philippines Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2010'
    );

Measure “Philippines Year of arrival 2010” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2010',
      'denominator'
    );

Measure “Philippines Year of arrival 2010” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.13. Philippines Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2011'
    );

Measure “Philippines Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2011'
    );

Measure “Philippines Year of arrival 2011” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_2011',
      'denominator'
    );

Measure “Philippines Year of arrival 2011” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.14. Philippines Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_Before_1941'
    );

Measure “Philippines Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_Before_1941'
    );

Measure “Philippines Year of arrival Before 1941” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_Before_1941',
      'denominator'
    );

Measure “Philippines Year of arrival Before 1941” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.25.15. Philippines Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Philippines Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_Yr_arrival_ns'
    );

Measure “Philippines Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_Yr_arrival_ns'
    );

Measure “Philippines Year of arrival not stated” percent of “Philippines Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Philippines_Yr_arrival_ns',
      'denominator'
    );

Measure “Philippines Year of arrival not stated” percent of “Philippines Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Philippines_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Philippines Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26. Poland TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_Tot'
    );

Measure “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_Tot'
    );

Measure “Poland Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_Tot',
      'denominator'
    );

Measure “Poland Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.1. Poland Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1941_1950'
    );

Measure “Poland Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1941_1950'
    );

Measure “Poland Year of arrival 1941-1950” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1941_1950',
      'denominator'
    );

Measure “Poland Year of arrival 1941-1950” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.2. Poland Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1951_1960'
    );

Measure “Poland Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1951_1960'
    );

Measure “Poland Year of arrival 1951-1960” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1951_1960',
      'denominator'
    );

Measure “Poland Year of arrival 1951-1960” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.3. Poland Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1961_1970'
    );

Measure “Poland Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1961_1970'
    );

Measure “Poland Year of arrival 1961-1970” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1961_1970',
      'denominator'
    );

Measure “Poland Year of arrival 1961-1970” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.4. Poland Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1971_1980'
    );

Measure “Poland Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1971_1980'
    );

Measure “Poland Year of arrival 1971-1980” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1971_1980',
      'denominator'
    );

Measure “Poland Year of arrival 1971-1980” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.5. Poland Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1981_1990'
    );

Measure “Poland Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1981_1990'
    );

Measure “Poland Year of arrival 1981-1990” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1981_1990',
      'denominator'
    );

Measure “Poland Year of arrival 1981-1990” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.6. Poland Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1991_2000'
    );

Measure “Poland Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1991_2000'
    );

Measure “Poland Year of arrival 1991-2000” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_1991_2000',
      'denominator'
    );

Measure “Poland Year of arrival 1991-2000” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.7. Poland Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2001_2005'
    );

Measure “Poland Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2001_2005'
    );

Measure “Poland Year of arrival 2001-2005” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2001_2005',
      'denominator'
    );

Measure “Poland Year of arrival 2001-2005” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.8. Poland Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2006'
    );

Measure “Poland Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2006'
    );

Measure “Poland Year of arrival 2006” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2006',
      'denominator'
    );

Measure “Poland Year of arrival 2006” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.9. Poland Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2007'
    );

Measure “Poland Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2007'
    );

Measure “Poland Year of arrival 2007” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2007',
      'denominator'
    );

Measure “Poland Year of arrival 2007” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.10. Poland Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2008'
    );

Measure “Poland Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2008'
    );

Measure “Poland Year of arrival 2008” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2008',
      'denominator'
    );

Measure “Poland Year of arrival 2008” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.11. Poland Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2009'
    );

Measure “Poland Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2009'
    );

Measure “Poland Year of arrival 2009” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2009',
      'denominator'
    );

Measure “Poland Year of arrival 2009” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.12. Poland Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2010'
    );

Measure “Poland Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2010'
    );

Measure “Poland Year of arrival 2010” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2010',
      'denominator'
    );

Measure “Poland Year of arrival 2010” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.13. Poland Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2011'
    );

Measure “Poland Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2011'
    );

Measure “Poland Year of arrival 2011” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_2011',
      'denominator'
    );

Measure “Poland Year of arrival 2011” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.14. Poland Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_Before_1941'
    );

Measure “Poland Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_Before_1941'
    );

Measure “Poland Year of arrival Before 1941” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_Before_1941',
      'denominator'
    );

Measure “Poland Year of arrival Before 1941” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.26.15. Poland Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Poland Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_Yr_arrival_NS'
    );

Measure “Poland Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_Yr_arrival_NS'
    );

Measure “Poland Year of arrival not stated” percent of “Poland Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10B_Poland_Yr_arrival_NS',
      'denominator'
    );

Measure “Poland Year of arrival not stated” percent of “Poland Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10B_Poland_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Poland Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27. Singapore TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_Tot'
    );

Measure “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_Tot'
    );

Measure “Singapore Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_Tot',
      'denominator'
    );

Measure “Singapore Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.1. Singapore Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1941_1950'
    );

Measure “Singapore Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1941_1950'
    );

Measure “Singapore Year of arrival 1941-1950” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1941_1950',
      'denominator'
    );

Measure “Singapore Year of arrival 1941-1950” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.2. Singapore Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1951_1960'
    );

Measure “Singapore Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1951_1960'
    );

Measure “Singapore Year of arrival 1951-1960” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1951_1960',
      'denominator'
    );

Measure “Singapore Year of arrival 1951-1960” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.3. Singapore Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1961_1970'
    );

Measure “Singapore Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1961_1970'
    );

Measure “Singapore Year of arrival 1961-1970” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1961_1970',
      'denominator'
    );

Measure “Singapore Year of arrival 1961-1970” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.4. Singapore Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1971_1980'
    );

Measure “Singapore Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1971_1980'
    );

Measure “Singapore Year of arrival 1971-1980” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1971_1980',
      'denominator'
    );

Measure “Singapore Year of arrival 1971-1980” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.5. Singapore Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1981_1990'
    );

Measure “Singapore Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1981_1990'
    );

Measure “Singapore Year of arrival 1981-1990” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1981_1990',
      'denominator'
    );

Measure “Singapore Year of arrival 1981-1990” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.6. Singapore Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1991_2000'
    );

Measure “Singapore Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1991_2000'
    );

Measure “Singapore Year of arrival 1991-2000” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_1991_2000',
      'denominator'
    );

Measure “Singapore Year of arrival 1991-2000” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.7. Singapore Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2001_2005'
    );

Measure “Singapore Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2001_2005'
    );

Measure “Singapore Year of arrival 2001-2005” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2001_2005',
      'denominator'
    );

Measure “Singapore Year of arrival 2001-2005” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.8. Singapore Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2006'
    );

Measure “Singapore Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2006'
    );

Measure “Singapore Year of arrival 2006” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2006',
      'denominator'
    );

Measure “Singapore Year of arrival 2006” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.9. Singapore Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2007'
    );

Measure “Singapore Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2007'
    );

Measure “Singapore Year of arrival 2007” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2007',
      'denominator'
    );

Measure “Singapore Year of arrival 2007” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.10. Singapore Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2008'
    );

Measure “Singapore Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2008'
    );

Measure “Singapore Year of arrival 2008” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2008',
      'denominator'
    );

Measure “Singapore Year of arrival 2008” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.11. Singapore Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2009'
    );

Measure “Singapore Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2009'
    );

Measure “Singapore Year of arrival 2009” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2009',
      'denominator'
    );

Measure “Singapore Year of arrival 2009” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.12. Singapore Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2010'
    );

Measure “Singapore Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2010'
    );

Measure “Singapore Year of arrival 2010” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2010',
      'denominator'
    );

Measure “Singapore Year of arrival 2010” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.13. Singapore Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2011'
    );

Measure “Singapore Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2011'
    );

Measure “Singapore Year of arrival 2011” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_2011',
      'denominator'
    );

Measure “Singapore Year of arrival 2011” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.14. Singapore Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_Before_1941'
    );

Measure “Singapore Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_Before_1941'
    );

Measure “Singapore Year of arrival Before 1941” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_Before_1941',
      'denominator'
    );

Measure “Singapore Year of arrival Before 1941” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.27.15. Singapore Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Singapore Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_Yr_arrival_ns'
    );

Measure “Singapore Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_Yr_arrival_ns'
    );

Measure “Singapore Year of arrival not stated” percent of “Singapore Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Singapore_Yr_arrival_ns',
      'denominator'
    );

Measure “Singapore Year of arrival not stated” percent of “Singapore Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Singapore_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Singapore Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28. South Africa TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_Tot'
    );

Measure “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_Tot'
    );

Measure “South Africa Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_Tot',
      'denominator'
    );

Measure “South Africa Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.1. South Africa Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1941_1950'
    );

Measure “South Africa Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1941_1950'
    );

Measure “South Africa Year of arrival 1941-1950” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1941_1950',
      'denominator'
    );

Measure “South Africa Year of arrival 1941-1950” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.2. South Africa Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1951_1960'
    );

Measure “South Africa Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1951_1960'
    );

Measure “South Africa Year of arrival 1951-1960” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1951_1960',
      'denominator'
    );

Measure “South Africa Year of arrival 1951-1960” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.3. South Africa Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1961_1970'
    );

Measure “South Africa Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1961_1970'
    );

Measure “South Africa Year of arrival 1961-1970” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1961_1970',
      'denominator'
    );

Measure “South Africa Year of arrival 1961-1970” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.4. South Africa Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1971_1980'
    );

Measure “South Africa Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1971_1980'
    );

Measure “South Africa Year of arrival 1971-1980” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1971_1980',
      'denominator'
    );

Measure “South Africa Year of arrival 1971-1980” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.5. South Africa Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1981_1990'
    );

Measure “South Africa Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1981_1990'
    );

Measure “South Africa Year of arrival 1981-1990” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1981_1990',
      'denominator'
    );

Measure “South Africa Year of arrival 1981-1990” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.6. South Africa Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1991_2000'
    );

Measure “South Africa Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1991_2000'
    );

Measure “South Africa Year of arrival 1991-2000” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_1991_2000',
      'denominator'
    );

Measure “South Africa Year of arrival 1991-2000” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.7. South Africa Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2001_2005'
    );

Measure “South Africa Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2001_2005'
    );

Measure “South Africa Year of arrival 2001-2005” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2001_2005',
      'denominator'
    );

Measure “South Africa Year of arrival 2001-2005” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.8. South Africa Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2006'
    );

Measure “South Africa Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2006'
    );

Measure “South Africa Year of arrival 2006” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2006',
      'denominator'
    );

Measure “South Africa Year of arrival 2006” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.9. South Africa Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2007'
    );

Measure “South Africa Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2007'
    );

Measure “South Africa Year of arrival 2007” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2007',
      'denominator'
    );

Measure “South Africa Year of arrival 2007” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.10. South Africa Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2008'
    );

Measure “South Africa Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2008'
    );

Measure “South Africa Year of arrival 2008” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2008',
      'denominator'
    );

Measure “South Africa Year of arrival 2008” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.11. South Africa Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2009'
    );

Measure “South Africa Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2009'
    );

Measure “South Africa Year of arrival 2009” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2009',
      'denominator'
    );

Measure “South Africa Year of arrival 2009” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.12. South Africa Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2010'
    );

Measure “South Africa Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2010'
    );

Measure “South Africa Year of arrival 2010” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2010',
      'denominator'
    );

Measure “South Africa Year of arrival 2010” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.13. South Africa Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2011'
    );

Measure “South Africa Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2011'
    );

Measure “South Africa Year of arrival 2011” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_2011',
      'denominator'
    );

Measure “South Africa Year of arrival 2011” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.14. South Africa Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_Before_1941'
    );

Measure “South Africa Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_Before_1941'
    );

Measure “South Africa Year of arrival Before 1941” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_Before_1941',
      'denominator'
    );

Measure “South Africa Year of arrival Before 1941” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.28.15. South Africa Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Africa Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_Yr_arrival_ns'
    );

Measure “South Africa Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_Yr_arrival_ns'
    );

Measure “South Africa Year of arrival not stated” percent of “South Africa Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Africa_Yr_arrival_ns',
      'denominator'
    );

Measure “South Africa Year of arrival not stated” percent of “South Africa Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Africa_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Africa Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29. South Eastern Europe nfd TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_Total'
    );

Measure “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_Total'
    );

Measure “South Eastern Europe nfd Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_Total',
      'denominator'
    );

Measure “South Eastern Europe nfd Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.1. South Eastern Europe nfd Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1941_1950'
    );

Measure “South Eastern Europe nfd Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1941_1950'
    );

Measure “South Eastern Europe nfd Year of arrival 1941-1950” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1941_1950',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 1941-1950” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.2. South Eastern Europe nfd Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1951_1960'
    );

Measure “South Eastern Europe nfd Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1951_1960'
    );

Measure “South Eastern Europe nfd Year of arrival 1951-1960” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1951_1960',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 1951-1960” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.3. South Eastern Europe nfd Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1961_1970'
    );

Measure “South Eastern Europe nfd Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1961_1970'
    );

Measure “South Eastern Europe nfd Year of arrival 1961-1970” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1961_1970',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 1961-1970” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.4. South Eastern Europe nfd Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1971_1980'
    );

Measure “South Eastern Europe nfd Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1971_1980'
    );

Measure “South Eastern Europe nfd Year of arrival 1971-1980” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1971_1980',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 1971-1980” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.5. South Eastern Europe nfd Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1981_1990'
    );

Measure “South Eastern Europe nfd Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1981_1990'
    );

Measure “South Eastern Europe nfd Year of arrival 1981-1990” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1981_1990',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 1981-1990” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.6. South Eastern Europe nfd Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1991_2000'
    );

Measure “South Eastern Europe nfd Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1991_2000'
    );

Measure “South Eastern Europe nfd Year of arrival 1991-2000” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_1991_2000',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 1991-2000” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.7. South Eastern Europe nfd Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_2001_2005'
    );

Measure “South Eastern Europe nfd Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_2001_2005'
    );

Measure “South Eastern Europe nfd Year of arrival 2001-2005” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_2001_2005',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 2001-2005” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.8. South Eastern Europe nfd Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2006'
    );

Measure “South Eastern Europe nfd Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2006'
    );

Measure “South Eastern Europe nfd Year of arrival 2006” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2006',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 2006” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.9. South Eastern Europe nfd Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2007'
    );

Measure “South Eastern Europe nfd Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2007'
    );

Measure “South Eastern Europe nfd Year of arrival 2007” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2007',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 2007” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.10. South Eastern Europe nfd Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2008'
    );

Measure “South Eastern Europe nfd Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2008'
    );

Measure “South Eastern Europe nfd Year of arrival 2008” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2008',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 2008” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.11. South Eastern Europe nfd Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2009'
    );

Measure “South Eastern Europe nfd Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2009'
    );

Measure “South Eastern Europe nfd Year of arrival 2009” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2009',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 2009” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.12. South Eastern Europe nfd Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2010'
    );

Measure “South Eastern Europe nfd Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2010'
    );

Measure “South Eastern Europe nfd Year of arrival 2010” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2010',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 2010” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.13. South Eastern Europe nfd Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2011'
    );

Measure “South Eastern Europe nfd Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2011'
    );

Measure “South Eastern Europe nfd Year of arrival 2011” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_South_Eastern_Europe_nfd_2011',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival 2011” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_South_Eastern_Europe_nfd_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.14. South Eastern Europe nfd Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_Before_1941'
    );

Measure “South Eastern Europe nfd Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_Before_1941'
    );

Measure “South Eastern Europe nfd Year of arrival Before 1941” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_Before_1941',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival Before 1941” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.29.15. South Eastern Europe nfd Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “South Eastern Europe nfd Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_arrival_ns'
    );

Measure “South Eastern Europe nfd Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_arrival_ns'
    );

Measure “South Eastern Europe nfd Year of arrival not stated” percent of “South Eastern Europe nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_SE_Europe_nfd_arrival_ns',
      'denominator'
    );

Measure “South Eastern Europe nfd Year of arrival not stated” percent of “South Eastern Europe nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_SE_Europe_nfd_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:South Eastern Europe nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30. Sri Lanka TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_Tot'
    );

Measure “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_Tot'
    );

Measure “Sri Lanka Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_Tot',
      'denominator'
    );

Measure “Sri Lanka Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.1. Sri Lanka Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1941_1950'
    );

Measure “Sri Lanka Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1941_1950'
    );

Measure “Sri Lanka Year of arrival 1941-1950” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1941_1950',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 1941-1950” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.2. Sri Lanka Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1951_1960'
    );

Measure “Sri Lanka Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1951_1960'
    );

Measure “Sri Lanka Year of arrival 1951-1960” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1951_1960',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 1951-1960” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.3. Sri Lanka Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1961_1970'
    );

Measure “Sri Lanka Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1961_1970'
    );

Measure “Sri Lanka Year of arrival 1961-1970” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1961_1970',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 1961-1970” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.4. Sri Lanka Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1971_1980'
    );

Measure “Sri Lanka Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1971_1980'
    );

Measure “Sri Lanka Year of arrival 1971-1980” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1971_1980',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 1971-1980” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.5. Sri Lanka Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1981_1990'
    );

Measure “Sri Lanka Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1981_1990'
    );

Measure “Sri Lanka Year of arrival 1981-1990” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1981_1990',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 1981-1990” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.6. Sri Lanka Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1991_2000'
    );

Measure “Sri Lanka Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1991_2000'
    );

Measure “Sri Lanka Year of arrival 1991-2000” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_1991_2000',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 1991-2000” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.7. Sri Lanka Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2001_2005'
    );

Measure “Sri Lanka Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2001_2005'
    );

Measure “Sri Lanka Year of arrival 2001-2005” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2001_2005',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 2001-2005” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.8. Sri Lanka Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2006'
    );

Measure “Sri Lanka Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2006'
    );

Measure “Sri Lanka Year of arrival 2006” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2006',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 2006” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.9. Sri Lanka Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2007'
    );

Measure “Sri Lanka Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2007'
    );

Measure “Sri Lanka Year of arrival 2007” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2007',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 2007” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.10. Sri Lanka Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2008'
    );

Measure “Sri Lanka Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2008'
    );

Measure “Sri Lanka Year of arrival 2008” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2008',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 2008” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.11. Sri Lanka Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2009'
    );

Measure “Sri Lanka Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2009'
    );

Measure “Sri Lanka Year of arrival 2009” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2009',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 2009” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.12. Sri Lanka Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2010'
    );

Measure “Sri Lanka Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2010'
    );

Measure “Sri Lanka Year of arrival 2010” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2010',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 2010” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.13. Sri Lanka Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2011'
    );

Measure “Sri Lanka Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2011'
    );

Measure “Sri Lanka Year of arrival 2011” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_2011',
      'denominator'
    );

Measure “Sri Lanka Year of arrival 2011” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.14. Sri Lanka Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_Before_1941'
    );

Measure “Sri Lanka Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_Before_1941'
    );

Measure “Sri Lanka Year of arrival Before 1941” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_Before_1941',
      'denominator'
    );

Measure “Sri Lanka Year of arrival Before 1941” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.30.15. Sri Lanka Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Sri Lanka Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_Yr_arrival_ns'
    );

Measure “Sri Lanka Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_Yr_arrival_ns'
    );

Measure “Sri Lanka Year of arrival not stated” percent of “Sri Lanka Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Sri_Lanka_Yr_arrival_ns',
      'denominator'
    );

Measure “Sri Lanka Year of arrival not stated” percent of “Sri Lanka Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Sri_Lanka_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Sri Lanka Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31. Thailand TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_Tot'
    );

Measure “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_Tot'
    );

Measure “Thailand Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_Tot',
      'denominator'
    );

Measure “Thailand Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.1. Thailand Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1941_1950'
    );

Measure “Thailand Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1941_1950'
    );

Measure “Thailand Year of arrival 1941-1950” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1941_1950',
      'denominator'
    );

Measure “Thailand Year of arrival 1941-1950” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.2. Thailand Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1951_1960'
    );

Measure “Thailand Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1951_1960'
    );

Measure “Thailand Year of arrival 1951-1960” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1951_1960',
      'denominator'
    );

Measure “Thailand Year of arrival 1951-1960” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.3. Thailand Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1961_1970'
    );

Measure “Thailand Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1961_1970'
    );

Measure “Thailand Year of arrival 1961-1970” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1961_1970',
      'denominator'
    );

Measure “Thailand Year of arrival 1961-1970” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.4. Thailand Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1971_1980'
    );

Measure “Thailand Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1971_1980'
    );

Measure “Thailand Year of arrival 1971-1980” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1971_1980',
      'denominator'
    );

Measure “Thailand Year of arrival 1971-1980” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.5. Thailand Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1981_1990'
    );

Measure “Thailand Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1981_1990'
    );

Measure “Thailand Year of arrival 1981-1990” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1981_1990',
      'denominator'
    );

Measure “Thailand Year of arrival 1981-1990” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.6. Thailand Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1991_2000'
    );

Measure “Thailand Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1991_2000'
    );

Measure “Thailand Year of arrival 1991-2000” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_1991_2000',
      'denominator'
    );

Measure “Thailand Year of arrival 1991-2000” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.7. Thailand Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2001_2005'
    );

Measure “Thailand Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2001_2005'
    );

Measure “Thailand Year of arrival 2001-2005” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2001_2005',
      'denominator'
    );

Measure “Thailand Year of arrival 2001-2005” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.8. Thailand Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2006'
    );

Measure “Thailand Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2006'
    );

Measure “Thailand Year of arrival 2006” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2006',
      'denominator'
    );

Measure “Thailand Year of arrival 2006” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.9. Thailand Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2007'
    );

Measure “Thailand Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2007'
    );

Measure “Thailand Year of arrival 2007” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2007',
      'denominator'
    );

Measure “Thailand Year of arrival 2007” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.10. Thailand Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2008'
    );

Measure “Thailand Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2008'
    );

Measure “Thailand Year of arrival 2008” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2008',
      'denominator'
    );

Measure “Thailand Year of arrival 2008” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.11. Thailand Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2009'
    );

Measure “Thailand Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2009'
    );

Measure “Thailand Year of arrival 2009” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2009',
      'denominator'
    );

Measure “Thailand Year of arrival 2009” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.12. Thailand Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2010'
    );

Measure “Thailand Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2010'
    );

Measure “Thailand Year of arrival 2010” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2010',
      'denominator'
    );

Measure “Thailand Year of arrival 2010” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.13. Thailand Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2011'
    );

Measure “Thailand Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2011'
    );

Measure “Thailand Year of arrival 2011” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_2011',
      'denominator'
    );

Measure “Thailand Year of arrival 2011” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.14. Thailand Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_Before_1941'
    );

Measure “Thailand Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_Before_1941'
    );

Measure “Thailand Year of arrival Before 1941” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_Before_1941',
      'denominator'
    );

Measure “Thailand Year of arrival Before 1941” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.31.15. Thailand Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Thailand Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_Yr_arrival_ns'
    );

Measure “Thailand Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_Yr_arrival_ns'
    );

Measure “Thailand Year of arrival not stated” percent of “Thailand Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Thailand_Yr_arrival_ns',
      'denominator'
    );

Measure “Thailand Year of arrival not stated” percent of “Thailand Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Thailand_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Thailand Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32. Turkey TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_Tot'
    );

Measure “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_Tot'
    );

Measure “Turkey Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_Tot',
      'denominator'
    );

Measure “Turkey Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.1. Turkey Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1941_1950'
    );

Measure “Turkey Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1941_1950'
    );

Measure “Turkey Year of arrival 1941-1950” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1941_1950',
      'denominator'
    );

Measure “Turkey Year of arrival 1941-1950” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.2. Turkey Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1951_1960'
    );

Measure “Turkey Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1951_1960'
    );

Measure “Turkey Year of arrival 1951-1960” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1951_1960',
      'denominator'
    );

Measure “Turkey Year of arrival 1951-1960” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.3. Turkey Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1961_1970'
    );

Measure “Turkey Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1961_1970'
    );

Measure “Turkey Year of arrival 1961-1970” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1961_1970',
      'denominator'
    );

Measure “Turkey Year of arrival 1961-1970” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.4. Turkey Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1971_1980'
    );

Measure “Turkey Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1971_1980'
    );

Measure “Turkey Year of arrival 1971-1980” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1971_1980',
      'denominator'
    );

Measure “Turkey Year of arrival 1971-1980” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.5. Turkey Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1981_1990'
    );

Measure “Turkey Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1981_1990'
    );

Measure “Turkey Year of arrival 1981-1990” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1981_1990',
      'denominator'
    );

Measure “Turkey Year of arrival 1981-1990” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.6. Turkey Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1991_2000'
    );

Measure “Turkey Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1991_2000'
    );

Measure “Turkey Year of arrival 1991-2000” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_1991_2000',
      'denominator'
    );

Measure “Turkey Year of arrival 1991-2000” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.7. Turkey Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2001_2005'
    );

Measure “Turkey Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2001_2005'
    );

Measure “Turkey Year of arrival 2001-2005” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2001_2005',
      'denominator'
    );

Measure “Turkey Year of arrival 2001-2005” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.8. Turkey Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2006'
    );

Measure “Turkey Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2006'
    );

Measure “Turkey Year of arrival 2006” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2006',
      'denominator'
    );

Measure “Turkey Year of arrival 2006” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.9. Turkey Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2007'
    );

Measure “Turkey Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2007'
    );

Measure “Turkey Year of arrival 2007” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2007',
      'denominator'
    );

Measure “Turkey Year of arrival 2007” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.10. Turkey Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2008'
    );

Measure “Turkey Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2008'
    );

Measure “Turkey Year of arrival 2008” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2008',
      'denominator'
    );

Measure “Turkey Year of arrival 2008” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.11. Turkey Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2009'
    );

Measure “Turkey Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2009'
    );

Measure “Turkey Year of arrival 2009” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2009',
      'denominator'
    );

Measure “Turkey Year of arrival 2009” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.12. Turkey Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2010'
    );

Measure “Turkey Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2010'
    );

Measure “Turkey Year of arrival 2010” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2010',
      'denominator'
    );

Measure “Turkey Year of arrival 2010” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.13. Turkey Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2011'
    );

Measure “Turkey Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2011'
    );

Measure “Turkey Year of arrival 2011” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_2011',
      'denominator'
    );

Measure “Turkey Year of arrival 2011” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.14. Turkey Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_Before_1941'
    );

Measure “Turkey Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_Before_1941'
    );

Measure “Turkey Year of arrival Before 1941” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_Before_1941',
      'denominator'
    );

Measure “Turkey Year of arrival Before 1941” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.32.15. Turkey Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Turkey Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_Yr_arrival_ns'
    );

Measure “Turkey Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_Yr_arrival_ns'
    );

Measure “Turkey Year of arrival not stated” percent of “Turkey Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Turkey_Yr_arrival_ns',
      'denominator'
    );

Measure “Turkey Year of arrival not stated” percent of “Turkey Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Turkey_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Turkey Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33. United Kingdom Channel Islands and Isle of Man TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_Tot'
    );

Measure “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_Tot'
    );

Measure “United Kingdom Channel Islands and Isle of Man Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_Tot',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.1. United Kingdom Channel Islands and Isle of Man Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1941_1950'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1941_1950'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1941-1950” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1941_1950',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1941-1950” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.2. United Kingdom Channel Islands and Isle of Man Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1951_1960'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1951_1960'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1951-1960” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1951_1960',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1951-1960” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.3. United Kingdom Channel Islands and Isle of Man Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1961_1970'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1961_1970'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1961-1970” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1961_1970',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1961-1970” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.4. United Kingdom Channel Islands and Isle of Man Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1971_1980'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1971_1980'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1971-1980” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1971_1980',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1971-1980” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.5. United Kingdom Channel Islands and Isle of Man Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1981_1990'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1981_1990'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1981-1990” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1981_1990',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1981-1990” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.6. United Kingdom Channel Islands and Isle of Man Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1991_2000'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1991_2000'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1991-2000” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_1991_2000',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 1991-2000” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.7. United Kingdom Channel Islands and Isle of Man Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2001_2005'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2001_2005'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2001-2005” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2001_2005',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2001-2005” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.8. United Kingdom Channel Islands and Isle of Man Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2006'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2006'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2006” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2006',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2006” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.9. United Kingdom Channel Islands and Isle of Man Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2007'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2007'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2007” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2007',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2007” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.10. United Kingdom Channel Islands and Isle of Man Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2008'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2008'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2008” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2008',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2008” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.11. United Kingdom Channel Islands and Isle of Man Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2009'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2009'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2009” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2009',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2009” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.12. United Kingdom Channel Islands and Isle of Man Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2010'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2010'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2010” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2010',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2010” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.13. United Kingdom Channel Islands and Isle of Man Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2011'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2011'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2011” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_2011',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival 2011” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.14. United Kingdom Channel Islands and Isle of Man Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_Before_1941'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_Before_1941'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival Before 1941” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_Before_1941',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival Before 1941” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.33.15. United Kingdom Channel Islands and Isle of Man Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_Yr_arrival_ns'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_Yr_arrival_ns'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival not stated” percent of “United Kingdom Channel Islands and Isle of Man Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_Kingdom_Yr_arrival_ns',
      'denominator'
    );

Measure “United Kingdom Channel Islands and Isle of Man Year of arrival not stated” percent of “United Kingdom Channel Islands and Isle of Man Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_Kingdom_Yr_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United Kingdom Channel Islands and Isle of Man Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34. United States of America TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_Total'
    );

Measure “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_Total'
    );

Measure “United States of America Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_Total',
      'denominator'
    );

Measure “United States of America Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.1. United States of America Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1941_1950'
    );

Measure “United States of America Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1941_1950'
    );

Measure “United States of America Year of arrival 1941-1950” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1941_1950',
      'denominator'
    );

Measure “United States of America Year of arrival 1941-1950” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.2. United States of America Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1951_1960'
    );

Measure “United States of America Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1951_1960'
    );

Measure “United States of America Year of arrival 1951-1960” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1951_1960',
      'denominator'
    );

Measure “United States of America Year of arrival 1951-1960” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.3. United States of America Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1961_1970'
    );

Measure “United States of America Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1961_1970'
    );

Measure “United States of America Year of arrival 1961-1970” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1961_1970',
      'denominator'
    );

Measure “United States of America Year of arrival 1961-1970” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.4. United States of America Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1971_1980'
    );

Measure “United States of America Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1971_1980'
    );

Measure “United States of America Year of arrival 1971-1980” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1971_1980',
      'denominator'
    );

Measure “United States of America Year of arrival 1971-1980” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.5. United States of America Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1981_1990'
    );

Measure “United States of America Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1981_1990'
    );

Measure “United States of America Year of arrival 1981-1990” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1981_1990',
      'denominator'
    );

Measure “United States of America Year of arrival 1981-1990” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.6. United States of America Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1991_2000'
    );

Measure “United States of America Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1991_2000'
    );

Measure “United States of America Year of arrival 1991-2000” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_1991_2000',
      'denominator'
    );

Measure “United States of America Year of arrival 1991-2000” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.7. United States of America Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_2001_2005'
    );

Measure “United States of America Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_2001_2005'
    );

Measure “United States of America Year of arrival 2001-2005” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_2001_2005',
      'denominator'
    );

Measure “United States of America Year of arrival 2001-2005” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.8. United States of America Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2006'
    );

Measure “United States of America Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2006'
    );

Measure “United States of America Year of arrival 2006” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2006',
      'denominator'
    );

Measure “United States of America Year of arrival 2006” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.9. United States of America Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2007'
    );

Measure “United States of America Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2007'
    );

Measure “United States of America Year of arrival 2007” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2007',
      'denominator'
    );

Measure “United States of America Year of arrival 2007” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.10. United States of America Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2008'
    );

Measure “United States of America Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2008'
    );

Measure “United States of America Year of arrival 2008” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2008',
      'denominator'
    );

Measure “United States of America Year of arrival 2008” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.11. United States of America Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2009'
    );

Measure “United States of America Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2009'
    );

Measure “United States of America Year of arrival 2009” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2009',
      'denominator'
    );

Measure “United States of America Year of arrival 2009” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.12. United States of America Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2010'
    );

Measure “United States of America Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2010'
    );

Measure “United States of America Year of arrival 2010” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2010',
      'denominator'
    );

Measure “United States of America Year of arrival 2010” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.13. United States of America Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2011'
    );

Measure “United States of America Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2011'
    );

Measure “United States of America Year of arrival 2011” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_United_States_America_2011',
      'denominator'
    );

Measure “United States of America Year of arrival 2011” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_United_States_America_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.14. United States of America Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_Before_1941'
    );

Measure “United States of America Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_Before_1941'
    );

Measure “United States of America Year of arrival Before 1941” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_Before_1941',
      'denominator'
    );

Measure “United States of America Year of arrival Before 1941” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.34.15. United States of America Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “United States of America Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_year_of_arrival_ns'
    );

Measure “United States of America Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_year_of_arrival_ns'
    );

Measure “United States of America Year of arrival not stated” percent of “United States of America Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_USA_year_of_arrival_ns',
      'denominator'
    );

Measure “United States of America Year of arrival not stated” percent of “United States of America Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_USA_year_of_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:United States of America Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35. Vietnam TotalΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_Tot'
    );

Measure “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_Tot'
    );

Measure “Vietnam Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_Tot',
      'denominator'
    );

Measure “Vietnam Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.1. Vietnam Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1941_1950'
    );

Measure “Vietnam Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1941_1950'
    );

Measure “Vietnam Year of arrival 1941-1950” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1941_1950',
      'denominator'
    );

Measure “Vietnam Year of arrival 1941-1950” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.2. Vietnam Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1951_1960'
    );

Measure “Vietnam Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1951_1960'
    );

Measure “Vietnam Year of arrival 1951-1960” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1951_1960',
      'denominator'
    );

Measure “Vietnam Year of arrival 1951-1960” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.3. Vietnam Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1961_1970'
    );

Measure “Vietnam Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1961_1970'
    );

Measure “Vietnam Year of arrival 1961-1970” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1961_1970',
      'denominator'
    );

Measure “Vietnam Year of arrival 1961-1970” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.4. Vietnam Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1971_1980'
    );

Measure “Vietnam Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1971_1980'
    );

Measure “Vietnam Year of arrival 1971-1980” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1971_1980',
      'denominator'
    );

Measure “Vietnam Year of arrival 1971-1980” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.5. Vietnam Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1981_1990'
    );

Measure “Vietnam Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1981_1990'
    );

Measure “Vietnam Year of arrival 1981-1990” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1981_1990',
      'denominator'
    );

Measure “Vietnam Year of arrival 1981-1990” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.6. Vietnam Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1991_2000'
    );

Measure “Vietnam Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1991_2000'
    );

Measure “Vietnam Year of arrival 1991-2000” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_1991_2000',
      'denominator'
    );

Measure “Vietnam Year of arrival 1991-2000” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.7. Vietnam Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2001_2005'
    );

Measure “Vietnam Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2001_2005'
    );

Measure “Vietnam Year of arrival 2001-2005” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2001_2005',
      'denominator'
    );

Measure “Vietnam Year of arrival 2001-2005” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.8. Vietnam Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2006'
    );

Measure “Vietnam Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2006'
    );

Measure “Vietnam Year of arrival 2006” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2006',
      'denominator'
    );

Measure “Vietnam Year of arrival 2006” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.9. Vietnam Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2007'
    );

Measure “Vietnam Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2007'
    );

Measure “Vietnam Year of arrival 2007” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2007',
      'denominator'
    );

Measure “Vietnam Year of arrival 2007” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.10. Vietnam Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2008'
    );

Measure “Vietnam Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2008'
    );

Measure “Vietnam Year of arrival 2008” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2008',
      'denominator'
    );

Measure “Vietnam Year of arrival 2008” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.11. Vietnam Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2009'
    );

Measure “Vietnam Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2009'
    );

Measure “Vietnam Year of arrival 2009” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2009',
      'denominator'
    );

Measure “Vietnam Year of arrival 2009” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.12. Vietnam Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2010'
    );

Measure “Vietnam Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2010'
    );

Measure “Vietnam Year of arrival 2010” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2010',
      'denominator'
    );

Measure “Vietnam Year of arrival 2010” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.13. Vietnam Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2011'
    );

Measure “Vietnam Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2011'
    );

Measure “Vietnam Year of arrival 2011” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_2011',
      'denominator'
    );

Measure “Vietnam Year of arrival 2011” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.14. Vietnam Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_Before_1941'
    );

Measure “Vietnam Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_Before_1941'
    );

Measure “Vietnam Year of arrival Before 1941” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_Before_1941',
      'denominator'
    );

Measure “Vietnam Year of arrival Before 1941” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.11.35.15. Vietnam Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Vietnam Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_Yr_arrival_NS'
    );

Measure “Vietnam Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_Yr_arrival_NS'
    );

Measure “Vietnam Year of arrival not stated” percent of “Vietnam Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Vietnam_Yr_arrival_NS',
      'denominator'
    );

Measure “Vietnam Year of arrival not stated” percent of “Vietnam Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Vietnam_Yr_arrival_NS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Vietnam Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12. Total Year of arrival not statedΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_Yr_arrival_NS'
    );

Measure “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_Yr_arrival_NS'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.1. Total Year of arrival 1941-1950ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 1941-1950” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1941_1950'
    );

Measure “Total Year of arrival 1941-1950” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1941_1950'
    );

Measure “Total Year of arrival 1941-1950” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1941_1950',
      'denominator'
    );

Measure “Total Year of arrival 1941-1950” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1941_1950',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.2. Total Year of arrival 1951-1960ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 1951-1960” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1951_1960'
    );

Measure “Total Year of arrival 1951-1960” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1951_1960'
    );

Measure “Total Year of arrival 1951-1960” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1951_1960',
      'denominator'
    );

Measure “Total Year of arrival 1951-1960” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1951_1960',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.3. Total Year of arrival 1961-1970ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 1961-1970” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1961_1970'
    );

Measure “Total Year of arrival 1961-1970” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1961_1970'
    );

Measure “Total Year of arrival 1961-1970” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1961_1970',
      'denominator'
    );

Measure “Total Year of arrival 1961-1970” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1961_1970',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.4. Total Year of arrival 1971-1980ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 1971-1980” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1971_1980'
    );

Measure “Total Year of arrival 1971-1980” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1971_1980'
    );

Measure “Total Year of arrival 1971-1980” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1971_1980',
      'denominator'
    );

Measure “Total Year of arrival 1971-1980” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1971_1980',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.5. Total Year of arrival 1981-1990ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 1981-1990” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1981_1990'
    );

Measure “Total Year of arrival 1981-1990” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1981_1990'
    );

Measure “Total Year of arrival 1981-1990” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1981_1990',
      'denominator'
    );

Measure “Total Year of arrival 1981-1990” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1981_1990',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.6. Total Year of arrival 1991-2000ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 1991-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1991_2000'
    );

Measure “Total Year of arrival 1991-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1991_2000'
    );

Measure “Total Year of arrival 1991-2000” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_1991_2000',
      'denominator'
    );

Measure “Total Year of arrival 1991-2000” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_1991_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.7. Total Year of arrival 2001-2005ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2001_2005'
    );

Measure “Total Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2001_2005'
    );

Measure “Total Year of arrival 2001-2005” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2001_2005',
      'denominator'
    );

Measure “Total Year of arrival 2001-2005” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.8. Total Year of arrival 2006ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2006'
    );

Measure “Total Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2006'
    );

Measure “Total Year of arrival 2006” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2006',
      'denominator'
    );

Measure “Total Year of arrival 2006” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.9. Total Year of arrival 2007ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2007'
    );

Measure “Total Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2007'
    );

Measure “Total Year of arrival 2007” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2007',
      'denominator'
    );

Measure “Total Year of arrival 2007” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.10. Total Year of arrival 2008ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2008'
    );

Measure “Total Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2008'
    );

Measure “Total Year of arrival 2008” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2008',
      'denominator'
    );

Measure “Total Year of arrival 2008” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.11. Total Year of arrival 2009ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2009'
    );

Measure “Total Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2009'
    );

Measure “Total Year of arrival 2009” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2009',
      'denominator'
    );

Measure “Total Year of arrival 2009” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.12. Total Year of arrival 2010ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2010'
    );

Measure “Total Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2010'
    );

Measure “Total Year of arrival 2010” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2010',
      'denominator'
    );

Measure “Total Year of arrival 2010” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.13. Total Year of arrival 2011ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2011'
    );

Measure “Total Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2011'
    );

Measure “Total Year of arrival 2011” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_2011',
      'denominator'
    );

Measure “Total Year of arrival 2011” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.10.12.14. Total Year of arrival Before 1941ΒΆ

Country of Birth of Person by Year of Arrival in Australia

Measure “Total Year of arrival Before 1941” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_Before_1941'
    );

Measure “Total Year of arrival Before 1941” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_Before_1941'
    );

Measure “Total Year of arrival Before 1941” percent of “Total Year of arrival not stated” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B10C_Tot_Before_1941',
      'denominator'
    );

Measure “Total Year of arrival Before 1941” percent of “Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B10C_Tot_Before_1941',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Year of arrival not stated
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence